Html Css Color HEX #FCE9F0 Lavender Blush

📋 copy color: '#FCE9F0'

red 252 ◦ green 233 ◦ blue 240

#FCE9F0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Blush #FCE9F0

Tints of Lavender Blush #FCE9F0

RGB

 RED value IS 252 (98.83% from 255) = 34.76%

 GREEN value IS 233 (91.41% from 255) = 32.14%

 BLUE value IS 240 (94.14% from 255) = 33.1%

R = 34.76%
G = 32.14%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCE9F0 (or 0xFCE9F0) is known color: Lavender Blush. HEX triplet: FC, E9 and F0. RGB value is (252,233,240). Sum of RGB (Red+Green+Blue) = 252+233+240=725 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.76% from 725); Green value is 233 (91.41% from 255 or 32.14% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCE9F0 is #03160F. Grayscale: #EFEFEF. Windows color (decimal): -202256 or 15788540. OLE color: 15788540.

HSL color Cylindrical-coordinate representation of color #FCE9F0: hue angle of 337.89º degrees, saturation: 0.76, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FCE9F0 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 233 240 -
CMYK 0 0.08 0.05 0.01
HSL 337.89º 0.76% 0.95% -
HSV(B) 337.89º 0.08% 0.99% -
XYZ 85.01 85.26 94.42 -
YUV 239.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 252 233 240 0 0.08 0.05 0.01 337.89 0.76 0.95
Hex FC E9 F0 0 8 5 1 152 4C 5F
Octal 374 351 360 0 10 5 1 522 114 137
Binary 11111100 11101001 11110000 0 1000 101 1 101010010 1001100 1011111

Color Harmonies of #FCE9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE9F0

Black with #FCE9F0

Text Example


Text Example

White with #FCE9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE9F0; }

 p { color: rgb(252,233,240); }

 H1.HeaderClassName
 {
   color: #FCE9F0;
 }
 .AnyTagClassName
 {
   color: #FCE9F0;
 }
</style>

background-color css

<style>
 a { background-color: #FCE9F0; }

 a { background-color: rgb(252,233,240); }

 div.DivClassName
 {
   background-color: #FCE9F0;
 }
 .BgClassName
 {
   background-color: #FCE9F0;
 }
</style>

border-color css

<style>
 span { border-color: #FCE9F0; }

 span { border-color: rgb(252,233,240); }

 td.TdClassName
 {
   border-color: #FCE9F0;
 }
 .TagClassName
 {
   border-color: #FCE9F0;
 }
</style>