#FFBDD3

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

Shades of Cotton Candy #FFBDD3

Tints of Cotton Candy #FFBDD3

Color information

#FFBDD3 (or 0xFFBDD3) is unknown color: approx Cotton Candy. HEX triplet: FF, BD and D3. RGB value is (255,189,211). Sum of RGB (Red+Green+Blue) = 255+189+211=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 211 (82.81% from 255 or 32.21% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD3 is #00422C. Grayscale: #D3D3D3. Windows color (decimal): -16941 or 13876735. OLE color: 13876735.

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

Color convert

RGB255189211-
CMYK00.260.170
HSL340º100%87.06%-
HSV(B)340º25.88%100%-
XYZ71.262.3669.91-
YUV211.24127.87159.21-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 189 (74.22% from 255) = 28.85%
BLUE value IS 211 (82.81% from 255) = 32.21%
R=38.93%
G=28.85%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518921100.260.17034010087.06
HexFFBDD301A1101546457
Octal377275323032210524144127
Binary11111111101111011101001101101010001010101010011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDD3; }

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

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

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

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

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

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

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

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