#FACAF2

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

Shades of Snuff #FACAF2

Tints of Snuff #FACAF2

Color information

#FACAF2 (or 0xFACAF2) is unknown color: approx Snuff. HEX triplet: FA, CA and F2. RGB value is (250,202,242). Sum of RGB (Red+Green+Blue) = 250+202+242=694 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.02% from 694); Green value is 202 (79.30% from 255 or 29.11% from 694); Blue value is 242 (94.92% from 255 or 34.87% from 694); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF2 is #05350D. Grayscale: #DCDCDC. Windows color (decimal): -341262 or 15911674. OLE color: 15911674.

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

Color convert

RGB250202242-
CMYK00.190.030.02
HSL310º82.76%88.63%-
HSV(B)310º19.2%98.04%-
XYZ76.5768.9893.28-
YUV220.91139.9148.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.02%
GREEN value IS 202 (79.30% from 255) = 29.11%
BLUE value IS 242 (94.92% from 255) = 34.87%
R=36.02%
G=29.11%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020224200.190.030.0231082.7688.63
HexFACAF2013321365359
Octal37231236202332466123131
Binary111110101100101011110010010011111010011011010100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAF2; }

 p { color: rgb(250,202,242); }

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

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

 a { background-color: rgb(250,202,242); }

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

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

 span { border-color: rgb(250,202,242); }

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