#FACCF9

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

Shades of Snuff #FACCF9

Tints of Snuff #FACCF9

Color information

#FACCF9 (or 0xFACCF9) is unknown color: approx Snuff. HEX triplet: FA, CC and F9. RGB value is (250,204,249). Sum of RGB (Red+Green+Blue) = 250+204+249=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 204 (80.08% from 255 or 29.02% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCF9 is #053306. Grayscale: #DEDEDE. Windows color (decimal): -340743 or 16370938. OLE color: 16370938.

HSL color Cylindrical-coordinate representation of color #FACCF9: hue angle of 301.3º 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 #FACCF9 is Cyan = 0, Magento = 0.18, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB250204249-
CMYK00.180.000.02
HSL301.3º82.14%89.02%-
HSV(B)301.3º18.4%98.04%-
XYZ78.1270.3599.08-
YUV222.88142.74147.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.56%
GREEN value IS 204 (80.08% from 255) = 29.02%
BLUE value IS 249 (97.66% from 255) = 35.42%
R=35.56%
G=29.02%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020424900.180.000.02301.382.1489.02
HexFACCF90120212d5259
Octal37231437102202455122131
Binary11111010110011001111100101001001010010110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCF9; }

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

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

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

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

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

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

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

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