#FACAFF

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

Shades of Snuff #FACAFF

Tints of Snuff #FACAFF

Color information

#FACAFF (or 0xFACAFF) is unknown color: approx Snuff. HEX triplet: FA, CA and FF. RGB value is (250,202,255). Sum of RGB (Red+Green+Blue) = 250+202+255=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 202 (79.30% from 255 or 28.57% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #FACAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAFF is #053500. Grayscale: #DEDEDE. Windows color (decimal): -341249 or 16763642. OLE color: 16763642.

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

Color convert

RGB250202255-
CMYK0.020.2100
HSL294.34º100%89.61%-
HSV(B)294.34º20.78%100%-
XYZ78.5969.79103.94-
YUV222.39146.4147.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 202 (79.30% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 36.07%
R=35.36%
G=28.57%
B=36.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502022550.020.2100294.3410089.61
HexFACAFF21500126645a
Octal37231237722500446144132
Binary11111010110010101111111110101010010010011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAFF; }

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

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

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

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

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

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

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

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