#FACAF3

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

Shades of Snuff #FACAF3

Tints of Snuff #FACAF3

Color information

#FACAF3 (or 0xFACAF3) is unknown color: approx Snuff. HEX triplet: FA, CA and F3. RGB value is (250,202,243). Sum of RGB (Red+Green+Blue) = 250+202+243=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 202 (79.30% from 255 or 29.06% from 695); Blue value is 243 (95.31% from 255 or 34.96% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FACAF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAF3 is #05350C. Grayscale: #DCDCDC. Windows color (decimal): -341261 or 15977210. OLE color: 15977210.

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

Color convert

RGB250202243-
CMYK00.190.030.02
HSL308.75º82.76%88.63%-
HSV(B)308.75º19.2%98.04%-
XYZ76.7269.0494.08-
YUV221.03140.4148.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 202 (79.30% from 255) = 29.06%
BLUE value IS 243 (95.31% from 255) = 34.96%
R=35.97%
G=29.06%
B=34.96%

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
Decimal25020224300.190.030.02308.7582.7688.63
HexFACAF3013321355359
Octal37231236302332465123131
Binary111110101100101011110011010011111010011010110100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAF3; }

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

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

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

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

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

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

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

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