#FFB6DB

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

Shades of Cotton Candy #FFB6DB

Tints of Cotton Candy #FFB6DB

Color information

#FFB6DB (or 0xFFB6DB) is unknown color: approx Cotton Candy. HEX triplet: FF, B6 and DB. RGB value is (255,182,219). Sum of RGB (Red+Green+Blue) = 255+182+219=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB6DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB6DB is #004924. Grayscale: #CFCFCF. Windows color (decimal): -18725 or 14399231. OLE color: 14399231.

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

Color convert

RGB255182219-
CMYK00.290.140
HSL329.59º100%85.69%-
HSV(B)329.59º28.63%100%-
XYZ70.7559.8374.84-
YUV208.04134.18161.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 182 (71.48% from 255) = 27.74%
BLUE value IS 219 (85.94% from 255) = 33.38%
R=38.87%
G=27.74%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518221900.290.140329.5910085.69
HexFFB6DB01DE014a6456
Octal377266333035160512144126
Binary1111111110110110110110110111011110010100101011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB6DB; }

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

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

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

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

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

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

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

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