#FFBDDD

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

Shades of Cotton Candy #FFBDDD

Tints of Cotton Candy #FFBDDD

Color information

#FFBDDD (or 0xFFBDDD) is unknown color: approx Cotton Candy. HEX triplet: FF, BD and DD. RGB value is (255,189,221). Sum of RGB (Red+Green+Blue) = 255+189+221=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 221 (86.72% from 255 or 33.23% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDDD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDDD is #004222. Grayscale: #D4D4D4. Windows color (decimal): -16931 or 14532095. OLE color: 14532095.

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

Color convert

RGB255189221-
CMYK00.260.130
HSL330.91º100%87.06%-
HSV(B)330.91º25.88%100%-
XYZ72.4962.8876.72-
YUV212.38132.87158.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.35%
GREEN value IS 189 (74.22% from 255) = 28.42%
BLUE value IS 221 (86.72% from 255) = 33.23%
R=38.35%
G=28.42%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518922100.260.130330.9110087.06
HexFFBDDD01AD014b6457
Octal377275335032150513144127
Binary1111111110111101110111010110101101010100101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDDD; }

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

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

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

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

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

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

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

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