#FACCFF

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

Shades of Snuff #FACCFF

Tints of Snuff #FACCFF

Color information

#FACCFF (or 0xFACCFF) is unknown color: approx Snuff. HEX triplet: FA, CC and FF. RGB value is (250,204,255). Sum of RGB (Red+Green+Blue) = 250+204+255=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 204 (80.08% from 255 or 28.77% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #FACCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCFF is #053300. Grayscale: #DFDFDF. Windows color (decimal): -340737 or 16764154. OLE color: 16764154.

HSL color Cylindrical-coordinate representation of color #FACCFF: hue angle of 294.12º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACCFF is Cyan = 0.02, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB250204255-
CMYK0.020.200
HSL294.12º100%90%-
HSV(B)294.12º20%100%-
XYZ79.0770.73104.09-
YUV223.57145.74146.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 204 (80.08% from 255) = 28.77%
BLUE value IS 255 (100% from 255) = 35.97%
R=35.26%
G=28.77%
B=35.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502042550.020.200294.1210090
HexFACCFF21400126645a
Octal37231437722400446144132
Binary11111010110011001111111110101000010010011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCFF; }

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

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

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

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

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

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

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

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