#FACBFE

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

Shades of Snuff #FACBFE

Tints of Snuff #FACBFE

Color information

#FACBFE (or 0xFACBFE) is unknown color: approx Snuff. HEX triplet: FA, CB and FE. RGB value is (250,203,254). Sum of RGB (Red+Green+Blue) = 250+203+254=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 203 (79.69% from 255 or 28.71% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #FACBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBFE is #053401. Grayscale: #DEDEDE. Windows color (decimal): -340994 or 16698362. OLE color: 16698362.

HSL color Cylindrical-coordinate representation of color #FACBFE: hue angle of 295.29º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACBFE is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB250203254-
CMYK0.020.2000.00
HSL295.29º96.23%89.61%-
HSV(B)295.29º20.08%99.61%-
XYZ78.6770.19103.17-
YUV222.87145.57147.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 203 (79.69% from 255) = 28.71%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=35.36%
G=28.71%
B=35.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502032540.020.2000.00295.2996.2389.61
HexFACBFE21400127605a
Octal37231337622400447140132
Binary11111010110010111111111010101000010010011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBFE; }

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

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

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

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

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

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

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

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