#FFBDD8

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

Shades of Cotton Candy #FFBDD8

Tints of Cotton Candy #FFBDD8

Color information

#FFBDD8 (or 0xFFBDD8) is unknown color: approx Cotton Candy. HEX triplet: FF, BD and D8. RGB value is (255,189,216). Sum of RGB (Red+Green+Blue) = 255+189+216=660 (87% of max value = 765). Red value is 255 (100% from 255 or 38.64% from 660); Green value is 189 (74.22% from 255 or 28.64% from 660); Blue value is 216 (84.77% from 255 or 32.73% from 660); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD8 is #004227. Grayscale: #D3D3D3. Windows color (decimal): -16936 or 14204415. OLE color: 14204415.

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

Color convert

RGB255189216-
CMYK00.260.150
HSL335.45º100%87.06%-
HSV(B)335.45º25.88%100%-
XYZ71.8362.6173.27-
YUV211.81130.37158.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.64%
GREEN value IS 189 (74.22% from 255) = 28.64%
BLUE value IS 216 (84.77% from 255) = 32.73%
R=38.64%
G=28.64%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518921600.260.150335.4510087.06
HexFFBDD801AF014f6457
Octal377275330032170517144127
Binary1111111110111101110110000110101111010100111111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDD8; }

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

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

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

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

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

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

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

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