#FFB6DD

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

Shades of Cotton Candy #FFB6DD

Tints of Cotton Candy #FFB6DD

Color information

#FFB6DD (or 0xFFB6DD) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and DD. RGB value is (255,182,221). Sum of RGB (Red+Green+Blue) = 255+182+221=658 (87% of max value = 765). Red value is 255 (100% from 255 or 38.75% from 658); Green value is 182 (71.48% from 255 or 27.66% from 658); Blue value is 221 (86.72% from 255 or 33.59% from 658); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6DD is #004922. Grayscale: #D0D0D0. Windows color (decimal): -18723 or 14530303. OLE color: 14530303.

HSL color Cylindrical-coordinate representation of color #FFB6DD: hue angle of 327.95º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB6DD is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB255182221-
CMYK00.290.130
HSL327.95º100%85.69%-
HSV(B)327.95º28.63%100%-
XYZ71.0259.9476.23-
YUV208.27135.18161.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.75%
GREEN value IS 182 (71.48% from 255) = 27.66%
BLUE value IS 221 (86.72% from 255) = 33.59%
R=38.75%
G=27.66%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518222100.290.130327.9510085.69
HexFFB6DD01DD01486456
Octal377266335035150510144126
Binary1111111110110110110111010111011101010100100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6DD; }

 p { color: rgb(255,182,221); }

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

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

 a { background-color: rgb(255,182,221); }

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

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

 span { border-color: rgb(255,182,221); }

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