Html Css Color HEX #FCFAFB Lavender Blush

📋 copy color: '#FCFAFB'

red 252 ◦ green 250 ◦ blue 251

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

Shades of Lavender Blush #FCFAFB

Tints of Lavender Blush #FCFAFB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.2%

 BLUE value IS 251 (98.44% from 255) = 33.33%

R = 33.47%
G = 33.2%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.00

 K value IS 0.01

RGB Variations

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

Color information

#FCFAFB (or 0xFCFAFB) is known color: Lavender Blush. HEX triplet: FC, FA and FB. RGB value is (252,250,251). Sum of RGB (Red+Green+Blue) = 252+250+251=753 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.47% from 753); Green value is 250 (98.05% from 255 or 33.20% from 753); Blue value is 251 (98.44% from 255 or 33.33% from 753); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFAFB is #030504. Grayscale: #FAFAFA. Windows color (decimal): -197893 or 16513788. OLE color: 16513788.

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

Color convert

RGB 252 250 251 -
CMYK 0 0.01 0.00 0.01
HSL 330º 0.25% 0.98% -
HSV(B) 330º 0.01% 0.99% -
XYZ 91.74 96.03 104.97 -
YUV 250.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 252 250 251 0 0.01 0.00 0.01 330 0.25 0.98
Hex FC FA FB 0 1 0 1 14A 19 62
Octal 374 372 373 0 1 0 1 512 31 142
Binary 11111100 11111010 11111011 0 1 0 1 101001010 11001 1100010

Color Harmonies of #FCFAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFAFB

Black with #FCFAFB

Text Example


Text Example

White with #FCFAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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