#FFB9DC

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

Shades of Cotton Candy #FFB9DC

Tints of Cotton Candy #FFB9DC

Color information

#FFB9DC (or 0xFFB9DC) is unknown color: approx Cotton Candy. HEX triplet: FF, B9 and DC. RGB value is (255,185,220). Sum of RGB (Red+Green+Blue) = 255+185+220=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 220 (86.33% from 255 or 33.33% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9DC is #004623. Grayscale: #D1D1D1. Windows color (decimal): -17956 or 14465535. OLE color: 14465535.

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

Color convert

RGB255185220-
CMYK00.270.140
HSL330º100%86.27%-
HSV(B)330º27.45%100%-
XYZ71.5161.1375.74-
YUV209.92133.69160.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 185 (72.66% from 255) = 28.03%
BLUE value IS 220 (86.33% from 255) = 33.33%
R=38.64%
G=28.03%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518522000.270.14033010086.27
HexFFB9DC01BE014a6456
Octal377271334033160512144126
Binary1111111110111001110111000110111110010100101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9DC; }

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

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

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

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

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

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

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

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