Html Css Color HEX #FCF4F9 Lavender Blush

📋 copy color: '#FCF4F9'

red 252 ◦ green 244 ◦ blue 249

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

Shades of Lavender Blush #FCF4F9

Tints of Lavender Blush #FCF4F9

RGB

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

 GREEN value IS 244 (95.7% from 255) = 32.75%

 BLUE value IS 249 (97.66% from 255) = 33.42%

R = 33.83%
G = 32.75%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCF4F9 (or 0xFCF4F9) is known color: Lavender Blush. HEX triplet: FC, F4 and F9. RGB value is (252,244,249). Sum of RGB (Red+Green+Blue) = 252+244+249=745 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.83% from 745); Green value is 244 (95.70% from 255 or 32.75% from 745); Blue value is 249 (97.66% from 255 or 33.42% from 745); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4F9 is #030B06. Grayscale: #F6F6F6. Windows color (decimal): -199431 or 16381180. OLE color: 16381180.

HSL color Cylindrical-coordinate representation of color #FCF4F9: hue angle of 322.5º degrees, saturation: 0.57, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FCF4F9 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 244 249 -
CMYK 0 0.03 0.01 0.01
HSL 322.5º 0.57% 0.97% -
HSV(B) 322.5º 0.03% 0.99% -
XYZ 89.59 92.24 102.7 -
YUV 246.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 252 244 249 0 0.03 0.01 0.01 322.5 0.57 0.97
Hex FC F4 F9 0 3 1 1 142 39 61
Octal 374 364 371 0 3 1 1 502 71 141
Binary 11111100 11110100 11111001 0 11 1 1 101000010 111001 1100001

Color Harmonies of #FCF4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4F9

Black with #FCF4F9

Text Example


Text Example

White with #FCF4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4F9; }

 p { color: rgb(252,244,249); }

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

background-color css

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

 a { background-color: rgb(252,244,249); }

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

border-color css

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

 span { border-color: rgb(252,244,249); }

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