Color Hex Logo

#feb2fc Color Hex

#FEB2FC
(254,178,252)
0 Favorites   0 Comments

Color spaces of #feb2fc

RGB 254178252
HSL0.840.970.85
HSV302°30°100°
CMYK 0.000.300.01   0.00
XYZ74.364159.939999.7456
Yxy59.93990.31770.2561
Hunter Lab77.420935.9659-22.1920
CIE-Lab81.805539.1529-25.6109

#feb2fc color RGB value is (254,178,252).

#feb2fc hex color red value is 254, green value is 178 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #feb2fc hue: 0.84 , saturation: 0.97 and the lightness value of feb2fc is 0.85.

The process color (four color CMYK) of #feb2fc color hex is 0.00, 0.30, 0.01, 0.00. Web safe color of #feb2fc is #ff99ff. Color #feb2fc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110010 11111100
Octal 376 262 374
Decimal 254 178 252
Hex FE B2 FC

RGB Percentages of Color #feb2fc

%37.13
%26.02
%36.84

CMYK Percentages of Color #feb2fc

%0
%30
%1
%0

Triadic Colors of #feb2fc

#feb2fc #fcfeb2 #b2fcfe

Analogous Colors of #feb2fc

#feb2fc #feb2d6 #dab2fe

Monochromatic Colors of #feb2fc

#feb2fc

Complementary Color

#feb2fc #b2feb4

#feb2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb2fc Color CSS Codes

.mybgcolor {background-color:#feb2fc; } 
.myforecolor {color:#feb2fc; }
.mybordercolor {border:3px solid #feb2fc; }

#feb2fc Text Font Color

<p style="color:#feb2fc">Text here</p>

This sample text font color is #feb2fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#feb2fc Background Color

<div style="background-color:#feb2fc">
Div content here</div>

This div background color is #feb2fc


#feb2fc Border Color

<div style="border:3px solid #feb2fc">
Div here</div>

This div border color is #feb2fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,178,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #feb2fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #feb2fc;
  -webkit-box-shadow: 1px 1px 3px 2px #feb2fc;
  box-shadow:         1px 1px 3px 2px #feb2fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,178,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #feb2fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #feb2fc;
  -webkit-box-shadow: 1px 1px 3px 2px #feb2fc;
  box-shadow:         1px 1px 3px 2px #feb2fc;">
Div content here</div>

This div box has shadow with color #feb2fc

Related Colors


Comments

No comments written yet.

Please login to write comment.