#FDBDD5

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

Shades of Cotton Candy #FDBDD5

Tints of Cotton Candy #FDBDD5

Color information

#FDBDD5 (or 0xFDBDD5) is unknown color: approx Cotton Candy. HEX triplet: FD, BD and D5. RGB value is (253,189,213). Sum of RGB (Red+Green+Blue) = 253+189+213=655 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.63% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 213 (83.59% from 255 or 32.52% from 655); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBDD5 is #02422A. Grayscale: #D2D2D2. Windows color (decimal): -148011 or 14007805. OLE color: 14007805.

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

Color convert

RGB253189213-
CMYK00.250.160.01
HSL337.5º94.12%86.67%-
HSV(B)337.5º25.3%99.22%-
XYZ70.7262.0871.21-
YUV210.87129.2158.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.63%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 213 (83.59% from 255) = 32.52%
R=38.63%
G=28.85%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318921300.250.160.01337.594.1286.67
HexFDBDD50191011525e57
Octal375275325031201522136127
Binary11111101101111011101010101100110000110101001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBDD5; }

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

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

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

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

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

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

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

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