#FACAFD

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

Shades of Snuff #FACAFD

Tints of Snuff #FACAFD

Color information

#FACAFD (or 0xFACAFD) is unknown color: approx Snuff. HEX triplet: FA, CA and FD. RGB value is (250,202,253). Sum of RGB (Red+Green+Blue) = 250+202+253=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 202 (79.30% from 255 or 28.65% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #FACAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACAFD is #053502. Grayscale: #DEDEDE. Windows color (decimal): -341251 or 16632570. OLE color: 16632570.

HSL color Cylindrical-coordinate representation of color #FACAFD: hue angle of 296.47º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FACAFD is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250202253-
CMYK0.010.2000.01
HSL296.47º92.73%89.22%-
HSV(B)296.47º20.16%99.22%-
XYZ78.2769.66102.25-
YUV222.17145.4147.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.46%
GREEN value IS 202 (79.30% from 255) = 28.65%
BLUE value IS 253 (99.22% from 255) = 35.89%
R=35.46%
G=28.65%
B=35.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502022530.010.2000.01296.4792.7389.22
HexFACAFD114011285d59
Octal37231237512401450135131
Binary1111101011001010111111011101000110010100010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACAFD; }

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

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

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

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

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

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

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

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