#FDCBF9

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

Shades of Snuff #FDCBF9

Tints of Snuff #FDCBF9

Color information

#FDCBF9 (or 0xFDCBF9) is unknown color: approx Snuff. HEX triplet: FD, CB and F9. RGB value is (253,203,249). Sum of RGB (Red+Green+Blue) = 253+203+249=705 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.89% from 705); Green value is 203 (79.69% from 255 or 28.79% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCBF9 is #023406. Grayscale: #DFDFDF. Windows color (decimal): -144391 or 16370685. OLE color: 16370685.

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

Color convert

RGB253203249-
CMYK00.200.020.01
HSL304.8º92.59%89.41%-
HSV(B)304.8º19.76%99.22%-
XYZ78.9670.4399.06-
YUV223.19142.56149.26-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.89%
GREEN value IS 203 (79.69% from 255) = 28.79%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=35.89%
G=28.79%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320324900.200.020.01304.892.5989.41
HexFDCBF9014211315d59
Octal37531337102421461135131
Binary11111101110010111111100101010010110011000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCBF9; }

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

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

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

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

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

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

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

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