#FCF1F1

Color #FCF1F1 White Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Smoke #FCF1F1

Tints of White Smoke #FCF1F1

Color information

#FCF1F1 (or 0xFCF1F1) is unknown color: approx White Smoke. HEX triplet: FC, F1 and F1. RGB value is (252,241,241). Sum of RGB (Red+Green+Blue) = 252+241+241=734 (97% of max value = 765). Red value is 252 (98.83% from 255 or 34.33% from 734); Green value is 241 (94.53% from 255 or 32.83% from 734); Blue value is 241 (94.53% from 255 or 32.83% from 734); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF1F1 is #030E0E. Grayscale: #F4F4F4. Windows color (decimal): -200207 or 15856124. OLE color: 15856124.

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

Color convert

RGB252241241-
CMYK00.040.040.01
HSL64.71%96.67%-
HSV(B)4.37%98.82%-
XYZ87.4889.9695.97-
YUV244.29126.14133.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 34.33%
GREEN value IS 241 (94.53% from 255) = 32.83%
BLUE value IS 241 (94.53% from 255) = 32.83%
R=34.33%
G=32.83%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224124100.040.040.01064.7196.67
HexFCF1F1044104161
Octal37436136104410101141
Binary11111100111100011111000101001001010000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1F1; }

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

 H1.HeaderClassName
 {
   color: #FCF1F1;
 }
 .AnyTagClassName
 {
   color: #FCF1F1;
 }
</style>
background-color css

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

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

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

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

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

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