#FDBAD9

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

Shades of Cotton Candy #FDBAD9

Tints of Cotton Candy #FDBAD9

Color information

#FDBAD9 (or 0xFDBAD9) is unknown color: approx Cotton Candy. HEX triplet: FD, BA and D9. RGB value is (253,186,217). Sum of RGB (Red+Green+Blue) = 253+186+217=656 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.57% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD9 is #024526. Grayscale: #D1D1D1. Windows color (decimal): -148775 or 14269181. OLE color: 14269181.

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

Color convert

RGB253186217-
CMYK00.260.140.01
HSL332.24º94.37%86.08%-
HSV(B)332.24º26.48%99.22%-
XYZ70.5961.0173.7-
YUV209.57132.2158.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.57%
GREEN value IS 186 (73.05% from 255) = 28.35%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=38.57%
G=28.35%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318621700.260.140.01332.2494.3786.08
HexFDBAD901AE114c5e56
Octal375272331032161514136126
Binary1111110110111010110110010110101110110100110010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAD9; }

 p { color: rgb(253,186,217); }

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

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

 a { background-color: rgb(253,186,217); }

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

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

 span { border-color: rgb(253,186,217); }

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