#FFB5DD

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

Shades of Cotton Candy #FFB5DD

Tints of Cotton Candy #FFB5DD

Color information

#FFB5DD (or 0xFFB5DD) is unknown color: approx Cotton Candy. HEX triplet: FF, B5 and DD. RGB value is (255,181,221). Sum of RGB (Red+Green+Blue) = 255+181+221=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 181 (71.09% from 255 or 27.55% from 657); Blue value is 221 (86.72% from 255 or 33.64% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DD is #004A22. Grayscale: #CFCFCF. Windows color (decimal): -18979 or 14530047. OLE color: 14530047.

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

Color convert

RGB255181221-
CMYK00.290.130
HSL327.57º100%85.49%-
HSV(B)327.57º29.02%100%-
XYZ70.8259.5376.16-
YUV207.69135.52161.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 181 (71.09% from 255) = 27.55%
BLUE value IS 221 (86.72% from 255) = 33.64%
R=38.81%
G=27.55%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518122100.290.130327.5710085.49
HexFFB5DD01DD01486455
Octal377265335035150510144125
Binary1111111110110101110111010111011101010100100011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5DD; }

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

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

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

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

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

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

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

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