Color Hex Logo

#feb3fc Color Hex

#FEB3FC
(254,179,252)
0 Favorites   0 Comments

Color spaces of #feb3fc

RGB 254179252
HSL0.840.970.85
HSV302°30°100°
CMYK 0.000.300.01   0.00
XYZ74.563860.339399.8122
Yxy60.33930.31770.2571
Hunter Lab77.678435.4057-21.8093
CIE-Lab82.022338.6307-25.2805

#feb3fc color RGB value is (254,179,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10110011 11111100
Octal 376 263 374
Decimal 254 179 252
Hex FE B3 FC

RGB Percentages of Color #feb3fc

%37.08
%26.13
%36.79

CMYK Percentages of Color #feb3fc

%0
%30
%1
%0

Triadic Colors of #feb3fc

#feb3fc #fcfeb3 #b3fcfe

Analogous Colors of #feb3fc

#feb3fc #feb3d7 #dbb3fe

Monochromatic Colors of #feb3fc

#feb3fc

Complementary Color

#feb3fc #b3feb5

#feb3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feb3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#feb3fc Color CSS Codes

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

#feb3fc Text Font Color

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

This sample text font color is #feb3fc
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.


#feb3fc Background Color

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

This div background color is #feb3fc


#feb3fc Border Color

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

This div border color is #feb3fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,179,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 #feb3fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feb3fc

Related Colors


Comments

No comments written yet.

Please login to write comment.