#FACCF1

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

Shades of Snuff #FACCF1

Tints of Snuff #FACCF1

Color information

#FACCF1 (or 0xFACCF1) is unknown color: approx Snuff. HEX triplet: FA, CC and F1. RGB value is (250,204,241). Sum of RGB (Red+Green+Blue) = 250+204+241=695 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.97% from 695); Green value is 204 (80.08% from 255 or 29.35% from 695); Blue value is 241 (94.53% from 255 or 34.68% from 695); Max value from RGB is 250 - color contains mainly: red. Hex color #FACCF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCF1 is #05330E. Grayscale: #DDDDDD. Windows color (decimal): -340751 or 15846650. OLE color: 15846650.

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

Color convert

RGB250204241-
CMYK00.180.040.02
HSL311.74º82.14%89.02%-
HSV(B)311.74º18.4%98.04%-
XYZ76.8969.8692.65-
YUV221.97138.74147.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.97%
GREEN value IS 204 (80.08% from 255) = 29.35%
BLUE value IS 241 (94.53% from 255) = 34.68%
R=35.97%
G=29.35%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020424100.180.040.02311.7482.1489.02
HexFACCF1012421385259
Octal37231436102242470122131
Binary1111101011001100111100010100101001010011100010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCF1; }

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

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

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

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

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

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

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

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