Html Css Color HEX #FCEAF0 Lavender Blush

📋 copy color: '#FCEAF0'

red 252 ◦ green 234 ◦ blue 240

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

Shades of Lavender Blush #FCEAF0

Tints of Lavender Blush #FCEAF0

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.23%

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

R = 34.71%
G = 32.23%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCEAF0 (or 0xFCEAF0) is known color: Lavender Blush. HEX triplet: FC, EA and F0. RGB value is (252,234,240). Sum of RGB (Red+Green+Blue) = 252+234+240=726 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.71% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF0 is #03150F. Grayscale: #F0F0F0. Windows color (decimal): -202000 or 15788796. OLE color: 15788796.

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

Color convert

RGB 252 234 240 -
CMYK 0 0.07 0.05 0.01
HSL 340º 0.75% 0.95% -
HSV(B) 340º 0.07% 0.99% -
XYZ 85.3 85.83 94.51 -
YUV 240.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 252 234 240 0 0.07 0.05 0.01 340 0.75 0.95
Hex FC EA F0 0 7 5 1 154 4B 5F
Octal 374 352 360 0 7 5 1 524 113 137
Binary 11111100 11101010 11110000 0 111 101 1 101010100 1001011 1011111

Color Harmonies of #FCEAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAF0

Black with #FCEAF0

Text Example


Text Example

White with #FCEAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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