#FACBF4

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

Shades of Snuff #FACBF4

Tints of Snuff #FACBF4

Color information

#FACBF4 (or 0xFACBF4) is unknown color: approx Snuff. HEX triplet: FA, CB and F4. RGB value is (250,203,244). Sum of RGB (Red+Green+Blue) = 250+203+244=697 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.87% from 697); Green value is 203 (79.69% from 255 or 29.12% from 697); Blue value is 244 (95.70% from 255 or 35.01% from 697); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBF4 is #05340B. Grayscale: #DDDDDD. Windows color (decimal): -341004 or 16043002. OLE color: 16043002.

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

Color convert

RGB250203244-
CMYK00.190.020.02
HSL307.66º82.46%88.82%-
HSV(B)307.66º18.8%98.04%-
XYZ77.1169.5794.95-
YUV221.73140.57148.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.87%
GREEN value IS 203 (79.69% from 255) = 29.12%
BLUE value IS 244 (95.70% from 255) = 35.01%
R=35.87%
G=29.12%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020324400.190.020.02307.6682.4688.82
HexFACBF4013221345259
Octal37231336402322464122131
Binary111110101100101111110100010011101010011010010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBF4; }

 p { color: rgb(250,203,244); }

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

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

 a { background-color: rgb(250,203,244); }

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

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

 span { border-color: rgb(250,203,244); }

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