#FACEFC

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

Shades of Snuff #FACEFC

Tints of Snuff #FACEFC

Color information

#FACEFC (or 0xFACEFC) is unknown color: approx Snuff. HEX triplet: FA, CE and FC. RGB value is (250,206,252). Sum of RGB (Red+Green+Blue) = 250+206+252=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 206 (80.86% from 255 or 29.10% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #FACEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACEFC is #053103. Grayscale: #E0E0E0. Windows color (decimal): -340228 or 16568058. OLE color: 16568058.

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

Color convert

RGB250206252-
CMYK0.010.1800.01
HSL297.39º88.46%89.8%-
HSV(B)297.39º18.25%98.82%-
XYZ79.0771.49101.73-
YUV224.4143.58146.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 206 (80.86% from 255) = 29.10%
BLUE value IS 252 (98.83% from 255) = 35.59%
R=35.31%
G=29.10%
B=35.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502062520.010.1800.01297.3988.4689.8
HexFACEFC11201129585a
Octal37231637412201451130132
Binary1111101011001110111111001100100110010100110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACEFC; }

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

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

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

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

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

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

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

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