#FFB5DB

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

Shades of Cotton Candy #FFB5DB

Tints of Cotton Candy #FFB5DB

Color information

#FFB5DB (or 0xFFB5DB) is unknown color: approx Cotton Candy. HEX triplet: FF, B5 and DB. RGB value is (255,181,219). Sum of RGB (Red+Green+Blue) = 255+181+219=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DB is #004A24. Grayscale: #CFCFCF. Windows color (decimal): -18981 or 14398975. OLE color: 14398975.

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

Color convert

RGB255181219-
CMYK00.290.140
HSL329.19º100%85.49%-
HSV(B)329.19º29.02%100%-
XYZ70.5559.4274.77-
YUV207.46134.52161.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 181 (71.09% from 255) = 27.63%
BLUE value IS 219 (85.94% from 255) = 33.44%
R=38.93%
G=27.63%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518121900.290.140329.1910085.49
HexFFB5DB01DE01496455
Octal377265333035160511144125
Binary1111111110110101110110110111011110010100100111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5DB; }

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

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

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

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

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

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

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

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