#FACCFD

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

Shades of Snuff #FACCFD

Tints of Snuff #FACCFD

Color information

#FACCFD (or 0xFACCFD) is unknown color: approx Snuff. HEX triplet: FA, CC and FD. RGB value is (250,204,253). Sum of RGB (Red+Green+Blue) = 250+204+253=707 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.36% from 707); Green value is 204 (80.08% from 255 or 28.85% from 707); Blue value is 253 (99.22% from 255 or 35.79% from 707); Max value from RGB is 253 - color contains mainly: blue. Hex color #FACCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FACCFD is #053302. Grayscale: #DFDFDF. Windows color (decimal): -340739 or 16633082. OLE color: 16633082.

HSL color Cylindrical-coordinate representation of color #FACCFD: hue angle of 296.33º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FACCFD is Cyan = 0.01, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB250204253-
CMYK0.010.1900.01
HSL296.33º92.45%89.61%-
HSV(B)296.33º19.37%99.22%-
XYZ78.7570.6102.41-
YUV223.34144.74147.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.36%
GREEN value IS 204 (80.08% from 255) = 28.85%
BLUE value IS 253 (99.22% from 255) = 35.79%
R=35.36%
G=28.85%
B=35.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502042530.010.1900.01296.3392.4589.61
HexFACCFD113011285c5a
Octal37231437512301450134132
Binary1111101011001100111111011100110110010100010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FACCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FACCFD; }

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

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

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

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

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

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

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

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