#FACAF1

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

Shades of Snuff #FACAF1

Tints of Snuff #FACAF1

Color information

#FACAF1 (or 0xFACAF1) is unknown color: approx Snuff. HEX triplet: FA, CA and F1. RGB value is (250,202,241). Sum of RGB (Red+Green+Blue) = 250+202+241=693 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.08% from 693); Green value is 202 (79.30% from 255 or 29.15% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF1 is #05350E. Grayscale: #DCDCDC. Windows color (decimal): -341263 or 15846138. OLE color: 15846138.

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

Color convert

RGB250202241-
CMYK00.190.040.02
HSL311.25º82.76%88.63%-
HSV(B)311.25º19.2%98.04%-
XYZ76.4268.9292.49-
YUV220.8139.4148.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.08%
GREEN value IS 202 (79.30% from 255) = 29.15%
BLUE value IS 241 (94.53% from 255) = 34.78%
R=36.08%
G=29.15%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020224100.190.040.02311.2582.7688.63
HexFACAF1013421375359
Octal37231236102342467123131
Binary1111101011001010111100010100111001010011011110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAF1; }

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

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

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

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

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

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

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

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