#FFBDD9

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

Shades of Cotton Candy #FFBDD9

Tints of Cotton Candy #FFBDD9

Color information

#FFBDD9 (or 0xFFBDD9) is unknown color: approx Cotton Candy. HEX triplet: FF, BD and D9. RGB value is (255,189,217). Sum of RGB (Red+Green+Blue) = 255+189+217=661 (87% of max value = 765). Red value is 255 (100% from 255 or 38.58% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 217 (85.16% from 255 or 32.83% from 661); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD9 is #004226. Grayscale: #D3D3D3. Windows color (decimal): -16935 or 14269951. OLE color: 14269951.

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

Color convert

RGB255189217-
CMYK00.260.150
HSL334.55º100%87.06%-
HSV(B)334.55º25.88%100%-
XYZ71.9662.6673.95-
YUV211.93130.87158.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.58%
GREEN value IS 189 (74.22% from 255) = 28.59%
BLUE value IS 217 (85.16% from 255) = 32.83%
R=38.58%
G=28.59%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518921700.260.150334.5510087.06
HexFFBDD901AF014f6457
Octal377275331032170517144127
Binary1111111110111101110110010110101111010100111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDD9; }

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

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

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

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

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

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

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

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