#FDB9D5

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

Shades of Cotton Candy #FDB9D5

Tints of Cotton Candy #FDB9D5

Color information

#FDB9D5 (or 0xFDB9D5) is unknown color: approx Cotton Candy. HEX triplet: FD, B9 and D5. RGB value is (253,185,213). Sum of RGB (Red+Green+Blue) = 253+185+213=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 185 (72.66% from 255 or 28.42% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9D5 is #02462A. Grayscale: #D0D0D0. Windows color (decimal): -149035 or 14006781. OLE color: 14006781.

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

Color convert

RGB253185213-
CMYK00.270.160.01
HSL335.29º94.44%85.88%-
HSV(B)335.29º26.88%99.22%-
XYZ69.8760.3870.92-
YUV208.52130.53159.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 185 (72.66% from 255) = 28.42%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=38.86%
G=28.42%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318521300.270.160.01335.2994.4485.88
HexFDB9D501B10114f5e56
Octal375271325033201517136126
Binary11111101101110011101010101101110000110100111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB9D5; }

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

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

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

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

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

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

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

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