Html Css Color HEX #FCF5F9 Lavender Blush

📋 copy color: '#FCF5F9'

red 252 ◦ green 245 ◦ blue 249

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

Shades of Lavender Blush #FCF5F9

Tints of Lavender Blush #FCF5F9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 32.84%

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

R = 33.78%
G = 32.84%
B = 33.38%

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

#FCF5F9 (or 0xFCF5F9) is known color: Lavender Blush. HEX triplet: FC, F5 and F9. RGB value is (252,245,249). Sum of RGB (Red+Green+Blue) = 252+245+249=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 245 (96.09% from 255 or 32.84% from 746); Blue value is 249 (97.66% from 255 or 33.38% from 746); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF5F9 is #030A06. Grayscale: #F7F7F7. Windows color (decimal): -199175 or 16381436. OLE color: 16381436.

HSL color Cylindrical-coordinate representation of color #FCF5F9: hue angle of 325.71º degrees, saturation: 0.54, 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 #FCF5F9 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 245 249 -
CMYK 0 0.03 0.01 0.01
HSL 325.71º 0.54% 0.97% -
HSV(B) 325.71º 0.03% 0.99% -
XYZ 89.9 92.84 102.8 -
YUV 247.55 128.82 131.17 -
System Red Green Blue C M Y K H S L
Decimal 252 245 249 0 0.03 0.01 0.01 325.71 0.54 0.97
Hex FC F5 F9 0 3 1 1 146 36 61
Octal 374 365 371 0 3 1 1 506 66 141
Binary 11111100 11110101 11111001 0 11 1 1 101000110 110110 1100001

Color Harmonies of #FCF5F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5F9

Black with #FCF5F9

Text Example


Text Example

White with #FCF5F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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