#FDC5FB

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

Shades of Snuff #FDC5FB

Tints of Snuff #FDC5FB

Color information

#FDC5FB (or 0xFDC5FB) is unknown color: approx Snuff. HEX triplet: FD, C5 and FB. RGB value is (253,197,251). Sum of RGB (Red+Green+Blue) = 253+197+251=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 197 (77.34% from 255 or 28.10% from 701); Blue value is 251 (98.44% from 255 or 35.81% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDC5FB is #023A04. Grayscale: #DBDBDB. Windows color (decimal): -145925 or 16500221. OLE color: 16500221.

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

Color convert

RGB253197251-
CMYK00.220.010.01
HSL302.14º93.33%88.24%-
HSV(B)302.14º22.13%99.22%-
XYZ77.8967.78100.24-
YUV219.9145.55151.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 36.09%
GREEN value IS 197 (77.34% from 255) = 28.10%
BLUE value IS 251 (98.44% from 255) = 35.81%
R=36.09%
G=28.10%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25319725100.220.010.01302.1493.3388.24
HexFDC5FB0161112e5d58
Octal37530537302611456135130
Binary1111110111000101111110110101101110010111010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC5FB; }

 p { color: rgb(253,197,251); }

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

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

 a { background-color: rgb(253,197,251); }

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

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

 span { border-color: rgb(253,197,251); }

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