#FCD0FF

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

Shades of Snuff #FCD0FF

Tints of Snuff #FCD0FF

Color information

#FCD0FF (or 0xFCD0FF) is unknown color: approx Snuff. HEX triplet: FC, D0 and FF. RGB value is (252,208,255). Sum of RGB (Red+Green+Blue) = 252+208+255=715 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.24% from 715); Green value is 208 (81.64% from 255 or 29.09% from 715); Blue value is 255 (100% from 255 or 35.66% from 715); Max value from RGB is 255 - color contains mainly: blue. Hex color #FCD0FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD0FF is #032F00. Grayscale: #E2E2E2. Windows color (decimal): -208641 or 16765180. OLE color: 16765180.

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

Color convert

RGB252208255-
CMYK0.010.1800
HSL296.17º100%90.78%-
HSV(B)296.17º18.43%100%-
XYZ80.7573.03104.45-
YUV226.51144.08146.18-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.24%
GREEN value IS 208 (81.64% from 255) = 29.09%
BLUE value IS 255 (100% from 255) = 35.66%
R=35.24%
G=29.09%
B=35.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2522082550.010.1800296.1710090.78
HexFCD0FF11200128645b
Octal37432037712200450144133
Binary1111110011010000111111111100100010010100011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD0FF; }

 p { color: rgb(252,208,255); }

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

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

 a { background-color: rgb(252,208,255); }

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

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

 span { border-color: rgb(252,208,255); }

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