#FDB6DA

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

Shades of Cotton Candy #FDB6DA

Tints of Cotton Candy #FDB6DA

Color information

#FDB6DA (or 0xFDB6DA) is unknown color: approx Cotton Candy. HEX triplet: FD, B6 and DA. RGB value is (253,182,218). Sum of RGB (Red+Green+Blue) = 253+182+218=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 182 (71.48% from 255 or 27.87% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB6DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB6DA is #024925. Grayscale: #CFCFCF. Windows color (decimal): -149798 or 14333693. OLE color: 14333693.

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

Color convert

RGB253182218-
CMYK00.280.140.01
HSL329.58º94.67%85.29%-
HSV(B)329.58º28.06%99.22%-
XYZ69.8959.474.11-
YUV207.33134.02160.57-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 182 (71.48% from 255) = 27.87%
BLUE value IS 218 (85.55% from 255) = 33.38%
R=38.74%
G=27.87%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25318221800.280.140.01329.5894.6785.29
HexFDB6DA01CE114a5f55
Octal375266332034161512137125
Binary1111110110110110110110100111001110110100101010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDB6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDB6DA; }

 p { color: rgb(253,182,218); }

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

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

 a { background-color: rgb(253,182,218); }

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

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

 span { border-color: rgb(253,182,218); }

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