#FDB5DF

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

Shades of Cotton Candy #FDB5DF

Tints of Cotton Candy #FDB5DF

Color information

#FDB5DF (or 0xFDB5DF) is unknown color: approx Cotton Candy. HEX triplet: FD, B5 and DF. RGB value is (253,181,223). Sum of RGB (Red+Green+Blue) = 253+181+223=657 (87% of max value = 765). Red value is 253 (99.22% from 255 or 38.51% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB5DF is #024A20. Grayscale: #CFCFCF. Windows color (decimal): -150049 or 14661117. OLE color: 14661117.

HSL color Cylindrical-coordinate representation of color #FDB5DF: hue angle of 325º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FDB5DF is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB253181223-
CMYK00.280.120.01
HSL325º94.74%85.1%-
HSV(B)325º28.46%99.22%-
XYZ70.3559.2677.54-
YUV207.32136.85160.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.51%
GREEN value IS 181 (71.09% from 255) = 27.55%
BLUE value IS 223 (87.5% from 255) = 33.94%
R=38.51%
G=27.55%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318122300.280.120.0132594.7485.1
HexFDB5DF01CC11455f55
Octal375265337034141505137125
Binary1111110110110101110111110111001100110100010110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB5DF; }

 p { color: rgb(253,181,223); }

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

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

 a { background-color: rgb(253,181,223); }

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

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

 span { border-color: rgb(253,181,223); }

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