#FDCDFB

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

Shades of Snuff #FDCDFB

Tints of Snuff #FDCDFB

Color information

#FDCDFB (or 0xFDCDFB) is unknown color: approx Snuff. HEX triplet: FD, CD and FB. RGB value is (253,205,251). Sum of RGB (Red+Green+Blue) = 253+205+251=709 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.68% from 709); Green value is 205 (80.47% from 255 or 28.91% from 709); Blue value is 251 (98.44% from 255 or 35.40% from 709); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCDFB is #023204. Grayscale: #E0E0E0. Windows color (decimal): -143877 or 16502269. OLE color: 16502269.

HSL color Cylindrical-coordinate representation of color #FDCDFB: hue angle of 302.5º 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 #FDCDFB is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB253205251-
CMYK00.190.010.01
HSL302.5º92.31%89.8%-
HSV(B)302.5º18.97%99.22%-
XYZ79.7571.51100.87-
YUV224.6142.9148.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.68%
GREEN value IS 205 (80.47% from 255) = 28.91%
BLUE value IS 251 (98.44% from 255) = 35.40%
R=35.68%
G=28.91%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320525100.190.010.01302.592.3189.8
HexFDCDFB0131112e5c5a
Octal37531537302311456134132
Binary1111110111001101111110110100111110010111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCDFB; }

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

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

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

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

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

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

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

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