#FFBDDB

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

Shades of Cotton Candy #FFBDDB

Tints of Cotton Candy #FFBDDB

Color information

#FFBDDB (or 0xFFBDDB) is unknown color: approx Cotton Candy. HEX triplet: FF, BD and DB. RGB value is (255,189,219). Sum of RGB (Red+Green+Blue) = 255+189+219=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 189 (74.22% from 255 or 28.51% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDDB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDDB is #004224. Grayscale: #D4D4D4. Windows color (decimal): -16933 or 14401023. OLE color: 14401023.

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

Color convert

RGB255189219-
CMYK00.260.140
HSL332.73º100%87.06%-
HSV(B)332.73º25.88%100%-
XYZ72.2262.7775.33-
YUV212.15131.87158.56-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 189 (74.22% from 255) = 28.51%
BLUE value IS 219 (85.94% from 255) = 33.03%
R=38.46%
G=28.51%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518921900.260.140332.7310087.06
HexFFBDDB01AE014d6457
Octal377275333032160515144127
Binary1111111110111101110110110110101110010100110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDDB; }

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

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

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

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

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

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

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

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