#FDBAD7

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

Shades of Cotton Candy #FDBAD7

Tints of Cotton Candy #FDBAD7

Color information

#FDBAD7 (or 0xFDBAD7) is unknown color: approx Cotton Candy. HEX triplet: FD, BA and D7. RGB value is (253,186,215). Sum of RGB (Red+Green+Blue) = 253+186+215=654 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.69% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDBAD7 is #024528. Grayscale: #D1D1D1. Windows color (decimal): -148777 or 14138109. OLE color: 14138109.

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

Color convert

RGB253186215-
CMYK00.260.150.01
HSL334.03º94.37%86.08%-
HSV(B)334.03º26.48%99.22%-
XYZ70.3360.9172.34-
YUV209.34131.2159.14-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.69%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=38.69%
G=28.44%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318621500.260.150.01334.0394.3786.08
HexFDBAD701AF114e5e56
Octal375272327032171516136126
Binary1111110110111010110101110110101111110100111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDBAD7; }

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

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

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

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

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

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

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

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