#FACBFF

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

Shades of Snuff #FACBFF

Tints of Snuff #FACBFF

Color information

#FACBFF (or 0xFACBFF) is unknown color: approx Snuff. HEX triplet: FA, CB and FF. RGB value is (250,203,255). Sum of RGB (Red+Green+Blue) = 250+203+255=708 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.31% from 708); Green value is 203 (79.69% from 255 or 28.67% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #FACBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACBFF is #053400. Grayscale: #DEDEDE. Windows color (decimal): -340993 or 16763898. OLE color: 16763898.

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

Color convert

RGB250203255-
CMYK0.020.2000
HSL294.23º100%89.8%-
HSV(B)294.23º20.39%100%-
XYZ78.8370.26104.01-
YUV222.98146.07147.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.31%
GREEN value IS 203 (79.69% from 255) = 28.67%
BLUE value IS 255 (100% from 255) = 36.02%
R=35.31%
G=28.67%
B=36.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502032550.020.2000294.2310089.8
HexFACBFF21400126645a
Octal37231337722400446144132
Binary11111010110010111111111110101000010010011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACBFF; }

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

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

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

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

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

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

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

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