#FDBDD7

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

Shades of Cotton Candy #FDBDD7

Tints of Cotton Candy #FDBDD7

Color information

#FDBDD7 (or 0xFDBDD7) is unknown color: approx Cotton Candy. HEX triplet: FD, BD and D7. RGB value is (253,189,215). Sum of RGB (Red+Green+Blue) = 253+189+215=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 215 (84.38% from 255 or 32.72% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD7 is #024228. Grayscale: #D3D3D3. Windows color (decimal): -148009 or 14138877. OLE color: 14138877.

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

Color convert

RGB253189215-
CMYK00.250.150.01
HSL335.62º94.12%86.67%-
HSV(B)335.62º25.3%99.22%-
XYZ70.9762.1872.55-
YUV211.1130.2157.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 215 (84.38% from 255) = 32.72%
R=38.51%
G=28.77%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318921500.250.150.01335.6294.1286.67
HexFDBDD7019F11505e57
Octal375275327031171520136127
Binary1111110110111101110101110110011111110101000010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBDD7; }

 p { color: rgb(253,189,215); }

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

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

 a { background-color: rgb(253,189,215); }

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

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

 span { border-color: rgb(253,189,215); }

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