Html Css Color HEX #FCF4F5 Lavender Blush

📋 copy color: '#FCF4F5'

red 252 ◦ green 244 ◦ blue 245

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

Shades of Lavender Blush #FCF4F5

Tints of Lavender Blush #FCF4F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 33.06%

R = 34.01%
G = 32.93%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#FCF4F5 (or 0xFCF4F5) is known color: Lavender Blush. HEX triplet: FC, F4 and F5. RGB value is (252,244,245). Sum of RGB (Red+Green+Blue) = 252+244+245=741 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.01% from 741); Green value is 244 (95.70% from 255 or 32.93% from 741); Blue value is 245 (96.09% from 255 or 33.06% from 741); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4F5 is #030B0A. Grayscale: #F6F6F6. Windows color (decimal): -199435 or 16119036. OLE color: 16119036.

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

Color convert

RGB 252 244 245 -
CMYK 0 0.03 0.03 0.01
HSL 352.5º 0.57% 0.97% -
HSV(B) 352.5º 0.03% 0.99% -
XYZ 88.98 91.99 99.45 -
YUV 246.51 127.15 131.92 -
System Red Green Blue C M Y K H S L
Decimal 252 244 245 0 0.03 0.03 0.01 352.5 0.57 0.97
Hex FC F4 F5 0 3 3 1 160 39 61
Octal 374 364 365 0 3 3 1 540 71 141
Binary 11111100 11110100 11110101 0 11 11 1 101100000 111001 1100001

Color Harmonies of #FCF4F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4F5

Black with #FCF4F5

Text Example


Text Example

White with #FCF4F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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