#FACCF3

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

Shades of Snuff #FACCF3

Tints of Snuff #FACCF3

Color information

#FACCF3 (or 0xFACCF3) is unknown color: approx Snuff. HEX triplet: FA, CC and F3. RGB value is (250,204,243). Sum of RGB (Red+Green+Blue) = 250+204+243=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 204 (80.08% from 255 or 29.27% from 697); Blue value is 243 (95.31% from 255 or 34.86% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCF3 is #05330C. Grayscale: #DEDEDE. Windows color (decimal): -340749 or 15977722. OLE color: 15977722.

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

Color convert

RGB250204243-
CMYK00.180.030.02
HSL309.13º82.14%89.02%-
HSV(B)309.13º18.4%98.04%-
XYZ77.1969.9894.23-
YUV222.2139.74147.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 204 (80.08% from 255) = 29.27%
BLUE value IS 243 (95.31% from 255) = 34.86%
R=35.87%
G=29.27%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020424300.180.030.02309.1382.1489.02
HexFACCF3012321355259
Octal37231436302232465122131
Binary111110101100110011110011010010111010011010110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCF3; }

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

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

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

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

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

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

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

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