Html Css Color HEX #FCF4FA Lavender Blush

📋 copy color: '#FCF4FA'

red 252 ◦ green 244 ◦ blue 250

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

Shades of Lavender Blush #FCF4FA

Tints of Lavender Blush #FCF4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 33.51%

R = 33.78%
G = 32.71%
B = 33.51%

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

#FCF4FA (or 0xFCF4FA) is known color: Lavender Blush. HEX triplet: FC, F4 and FA. RGB value is (252,244,250). Sum of RGB (Red+Green+Blue) = 252+244+250=746 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.78% from 746); Green value is 244 (95.70% from 255 or 32.71% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF4FA is #030B05. Grayscale: #F7F7F7. Windows color (decimal): -199430 or 16446716. OLE color: 16446716.

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

Color convert

RGB 252 244 250 -
CMYK 0 0.03 0.01 0.01
HSL 315º 0.57% 0.97% -
HSV(B) 315º 0.03% 0.99% -
XYZ 89.75 92.3 103.53 -
YUV 247.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 252 244 250 0 0.03 0.01 0.01 315 0.57 0.97
Hex FC F4 FA 0 3 1 1 13B 39 61
Octal 374 364 372 0 3 1 1 473 71 141
Binary 11111100 11110100 11111010 0 11 1 1 100111011 111001 1100001

Color Harmonies of #FCF4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4FA

Black with #FCF4FA

Text Example


Text Example

White with #FCF4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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