#FCD5FB

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

Shades of Snuff #FCD5FB

Tints of Snuff #FCD5FB

Color information

#FCD5FB (or 0xFCD5FB) is unknown color: approx Snuff. HEX triplet: FC, D5 and FB. RGB value is (252,213,251). Sum of RGB (Red+Green+Blue) = 252+213+251=716 (94% of max value = 765). Red value is 252 (98.83% from 255 or 35.20% from 716); Green value is 213 (83.59% from 255 or 29.75% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCD5FB is #032A04. Grayscale: #E4E4E4. Windows color (decimal): -207365 or 16504316. OLE color: 16504316.

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

Color convert

RGB252213251-
CMYK00.150.000.01
HSL301.54º86.67%91.18%-
HSV(B)301.54º15.48%98.82%-
XYZ81.3575.25101.5-
YUV228.99140.42144.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 35.20%
GREEN value IS 213 (83.59% from 255) = 29.75%
BLUE value IS 251 (98.44% from 255) = 35.06%
R=35.20%
G=29.75%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221325100.150.000.01301.5486.6791.18
HexFCD5FB0F0112e575b
Octal37432537301701456127133
Binary111111001101010111111011011110110010111010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD5FB; }

 p { color: rgb(252,213,251); }

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

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

 a { background-color: rgb(252,213,251); }

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

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

 span { border-color: rgb(252,213,251); }

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