Html Css Color HEX #FCF1F0 White Smoke

📋 copy color: '#FCF1F0'

red 252 ◦ green 241 ◦ blue 240

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

Shades of White Smoke #FCF1F0

Tints of White Smoke #FCF1F0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 32.88%

 BLUE value IS 240 (94.14% from 255) = 32.74%

R = 34.38%
G = 32.88%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FCF1F0 (or 0xFCF1F0) is known color: White Smoke. HEX triplet: FC, F1 and F0. RGB value is (252,241,240). Sum of RGB (Red+Green+Blue) = 252+241+240=733 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.38% from 733); Green value is 241 (94.53% from 255 or 32.88% from 733); Blue value is 240 (94.14% from 255 or 32.74% from 733); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1F0 is #030E0F. Grayscale: #F4F4F4. Windows color (decimal): -200208 or 15790588. OLE color: 15790588.

HSL color Cylindrical-coordinate representation of color #FCF1F0: hue angle of 5º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCF1F0 is Cyan = 0, Magento = 0.04, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 240 -
CMYK 0 0.04 0.05 0.01
HSL 0.67% 0.96% -
HSV(B) 0.05% 0.99% -
XYZ 87.33 89.9 95.19 -
YUV 244.18 125.64 133.58 -
System Red Green Blue C M Y K H S L
Decimal 252 241 240 0 0.04 0.05 0.01 5 0.67 0.96
Hex FC F1 F0 0 4 5 1 5 43 60
Octal 374 361 360 0 4 5 1 5 103 140
Binary 11111100 11110001 11110000 0 100 101 1 101 1000011 1100000

Color Harmonies of #FCF1F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1F0

Black with #FCF1F0

Text Example


Text Example

White with #FCF1F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1F0; }

 p { color: rgb(252,241,240); }

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

background-color css

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

 a { background-color: rgb(252,241,240); }

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

border-color css

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

 span { border-color: rgb(252,241,240); }

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