#FFBDD5

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

Shades of Cotton Candy #FFBDD5

Tints of Cotton Candy #FFBDD5

Color information

#FFBDD5 (or 0xFFBDD5) is unknown color: approx Cotton Candy. HEX triplet: FF, BD and D5. RGB value is (255,189,213). Sum of RGB (Red+Green+Blue) = 255+189+213=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 213 (83.59% from 255 or 32.42% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDD5 is #00422A. Grayscale: #D3D3D3. Windows color (decimal): -16939 or 14007807. OLE color: 14007807.

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

Color convert

RGB255189213-
CMYK00.260.160
HSL338.18º100%87.06%-
HSV(B)338.18º25.88%100%-
XYZ71.4562.4671.24-
YUV211.47128.87159.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 213 (83.59% from 255) = 32.42%
R=38.81%
G=28.77%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518921300.260.160338.1810087.06
HexFFBDD501A1001526457
Octal377275325032200522144127
Binary11111111101111011101010101101010000010101001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDD5; }

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

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

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

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

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

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

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

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