#FFB9DD

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

Shades of Cotton Candy #FFB9DD

Tints of Cotton Candy #FFB9DD

Color information

#FFB9DD (or 0xFFB9DD) is unknown color: approx Cotton Candy. HEX triplet: FF, B9 and DD. RGB value is (255,185,221). Sum of RGB (Red+Green+Blue) = 255+185+221=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 185 (72.66% from 255 or 27.99% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9DD is #004622. Grayscale: #D1D1D1. Windows color (decimal): -17955 or 14531071. OLE color: 14531071.

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

Color convert

RGB255185221-
CMYK00.270.130
HSL329.14º100%86.27%-
HSV(B)329.14º27.45%100%-
XYZ71.6461.1876.44-
YUV210.03134.19160.07-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 185 (72.66% from 255) = 27.99%
BLUE value IS 221 (86.72% from 255) = 33.43%
R=38.58%
G=27.99%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518522100.270.130329.1410086.27
HexFFB9DD01BD01496456
Octal377271335033150511144126
Binary1111111110111001110111010110111101010100100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9DD; }

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

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

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

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

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

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

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

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