Html Css Color HEX #FCEAF7 Lavender Blush

📋 copy color: '#FCEAF7'

red 252 ◦ green 234 ◦ blue 247

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

Shades of Lavender Blush #FCEAF7

Tints of Lavender Blush #FCEAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 33.7%

R = 34.38%
G = 31.92%
B = 33.7%

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

#FCEAF7 (or 0xFCEAF7) is known color: Lavender Blush. HEX triplet: FC, EA and F7. RGB value is (252,234,247). Sum of RGB (Red+Green+Blue) = 252+234+247=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 247 (96.88% from 255 or 33.70% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEAF7 is #031508. Grayscale: #F0F0F0. Windows color (decimal): -201993 or 16247548. OLE color: 16247548.

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

Color convert

RGB 252 234 247 -
CMYK 0 0.07 0.02 0.01
HSL 316.67º 0.75% 0.95% -
HSV(B) 316.67º 0.07% 0.99% -
XYZ 86.36 86.26 100.09 -
YUV 240.86 131.46 135.94 -
System Red Green Blue C M Y K H S L
Decimal 252 234 247 0 0.07 0.02 0.01 316.67 0.75 0.95
Hex FC EA F7 0 7 2 1 13D 4B 5F
Octal 374 352 367 0 7 2 1 475 113 137
Binary 11111100 11101010 11110111 0 111 10 1 100111101 1001011 1011111

Color Harmonies of #FCEAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEAF7

Black with #FCEAF7

Text Example


Text Example

White with #FCEAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEAF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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