#FFB9DB

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

Shades of Cotton Candy #FFB9DB

Tints of Cotton Candy #FFB9DB

Color information

#FFB9DB (or 0xFFB9DB) is unknown color: approx Cotton Candy. HEX triplet: FF, B9 and DB. RGB value is (255,185,219). Sum of RGB (Red+Green+Blue) = 255+185+219=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 185 (72.66% from 255 or 28.07% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB9DB is #004624. Grayscale: #D1D1D1. Windows color (decimal): -17957 or 14399999. OLE color: 14399999.

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

Color convert

RGB255185219-
CMYK00.270.140
HSL330.86º100%86.27%-
HSV(B)330.86º27.45%100%-
XYZ71.3861.0775.04-
YUV209.81133.19160.24-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 185 (72.66% from 255) = 28.07%
BLUE value IS 219 (85.94% from 255) = 33.23%
R=38.69%
G=28.07%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518521900.270.140330.8610086.27
HexFFB9DB01BE014b6456
Octal377271333033160513144126
Binary1111111110111001110110110110111110010100101111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9DB; }

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

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

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

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

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

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

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

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