#FDCBFB

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

Shades of Snuff #FDCBFB

Tints of Snuff #FDCBFB

Color information

#FDCBFB (or 0xFDCBFB) is unknown color: approx Snuff. HEX triplet: FD, CB and FB. RGB value is (253,203,251). Sum of RGB (Red+Green+Blue) = 253+203+251=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 203 (79.69% from 255 or 28.71% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBFB is #023404. Grayscale: #DFDFDF. Windows color (decimal): -144389 or 16501757. OLE color: 16501757.

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

Color convert

RGB253203251-
CMYK00.200.010.01
HSL302.4º92.59%89.41%-
HSV(B)302.4º19.76%99.22%-
XYZ79.2870.56100.71-
YUV223.42143.56149.1-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.79%
GREEN value IS 203 (79.69% from 255) = 28.71%
BLUE value IS 251 (98.44% from 255) = 35.50%
R=35.79%
G=28.71%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320325100.200.010.01302.492.5989.41
HexFDCBFB0141112e5d59
Octal37531337302411456135131
Binary1111110111001011111110110101001110010111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBFB; }

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

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

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

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

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

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

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

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