#FACCF8

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

Shades of Snuff #FACCF8

Tints of Snuff #FACCF8

Color information

#FACCF8 (or 0xFACCF8) is unknown color: approx Snuff. HEX triplet: FA, CC and F8. RGB value is (250,204,248). Sum of RGB (Red+Green+Blue) = 250+204+248=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 204 (80.08% from 255 or 29.06% from 702); Blue value is 248 (97.27% from 255 or 35.33% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCF8 is #053307. Grayscale: #DEDEDE. Windows color (decimal): -340744 or 16305402. OLE color: 16305402.

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

Color convert

RGB250204248-
CMYK00.180.010.02
HSL302.61º82.14%89.02%-
HSV(B)302.61º18.4%98.04%-
XYZ77.9670.2998.26-
YUV222.77142.24147.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.61%
GREEN value IS 204 (80.08% from 255) = 29.06%
BLUE value IS 248 (97.27% from 255) = 35.33%
R=35.61%
G=29.06%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020424800.180.010.02302.6182.1489.02
HexFACCF80121212f5259
Octal37231437002212457122131
Binary11111010110011001111100001001011010010111110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCF8; }

 p { color: rgb(250,204,248); }

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

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

 a { background-color: rgb(250,204,248); }

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

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

 span { border-color: rgb(250,204,248); }

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