Html Css Color HEX #FCF7FA Lavender Blush

📋 copy color: '#FCF7FA'

red 252 ◦ green 247 ◦ blue 250

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

Shades of Lavender Blush #FCF7FA

Tints of Lavender Blush #FCF7FA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 32.98%

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

R = 33.64%
G = 32.98%
B = 33.38%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#FCF7FA (or 0xFCF7FA) is known color: Lavender Blush. HEX triplet: FC, F7 and FA. RGB value is (252,247,250). Sum of RGB (Red+Green+Blue) = 252+247+250=749 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.64% from 749); Green value is 247 (96.88% from 255 or 32.98% from 749); Blue value is 250 (98.05% from 255 or 33.38% from 749); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF7FA is #030805. Grayscale: #F8F8F8. Windows color (decimal): -198662 or 16447484. OLE color: 16447484.

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

Color convert

RGB 252 247 250 -
CMYK 0 0.02 0.01 0.01
HSL 324º 0.45% 0.98% -
HSV(B) 324º 0.02% 0.99% -
XYZ 90.66 94.12 103.83 -
YUV 248.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 252 247 250 0 0.02 0.01 0.01 324 0.45 0.98
Hex FC F7 FA 0 2 1 1 144 2D 62
Octal 374 367 372 0 2 1 1 504 55 142
Binary 11111100 11110111 11111010 0 10 1 1 101000100 101101 1100010

Color Harmonies of #FCF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF7FA

Black with #FCF7FA

Text Example


Text Example

White with #FCF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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