Html Css Color HEX #FCEAF8 Lavender Blush

📋 copy color: '#FCEAF8'

red 252 ◦ green 234 ◦ blue 248

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

Shades of Lavender Blush #FCEAF8

Tints of Lavender Blush #FCEAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 33.79%

R = 34.33%
G = 31.88%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#FCEAF8 (or 0xFCEAF8) is known color: Lavender Blush. HEX triplet: FC, EA and F8. RGB value is (252,234,248). Sum of RGB (Red+Green+Blue) = 252+234+248=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 234 (91.80% from 255 or 31.88% from 734); Blue value is 248 (97.27% from 255 or 33.79% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF8 is #031507. Grayscale: #F0F0F0. Windows color (decimal): -201992 or 16313084. OLE color: 16313084.

HSL color Cylindrical-coordinate representation of color #FCEAF8: hue angle of 313.33º 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 #FCEAF8 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 234 248 -
CMYK 0 0.07 0.02 0.01
HSL 313.33º 0.75% 0.95% -
HSV(B) 313.33º 0.07% 0.99% -
XYZ 86.51 86.32 100.91 -
YUV 240.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 252 234 248 0 0.07 0.02 0.01 313.33 0.75 0.95
Hex FC EA F8 0 7 2 1 139 4B 5F
Octal 374 352 370 0 7 2 1 471 113 137
Binary 11111100 11101010 11111000 0 111 10 1 100111001 1001011 1011111

Color Harmonies of #FCEAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAF8

Black with #FCEAF8

Text Example


Text Example

White with #FCEAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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