#FFB5D1

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

Shades of Cotton Candy #FFB5D1

Tints of Cotton Candy #FFB5D1

Color information

#FFB5D1 (or 0xFFB5D1) is unknown color: approx Cotton Candy. HEX triplet: FF, B5 and D1. RGB value is (255,181,209). Sum of RGB (Red+Green+Blue) = 255+181+209=645 (85% of max value = 765). Red value is 255 (100% from 255 or 39.53% from 645); Green value is 181 (71.09% from 255 or 28.06% from 645); Blue value is 209 (82.03% from 255 or 32.40% from 645); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5D1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5D1 is #004A2E. Grayscale: #CECECE. Windows color (decimal): -18991 or 13743615. OLE color: 13743615.

HSL color Cylindrical-coordinate representation of color #FFB5D1: hue angle of 337.3º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FFB5D1 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB255181209-
CMYK00.290.180
HSL337.3º100%85.49%-
HSV(B)337.3º29.02%100%-
XYZ69.2758.9168.04-
YUV206.32129.52162.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.53%
GREEN value IS 181 (71.09% from 255) = 28.06%
BLUE value IS 209 (82.03% from 255) = 32.40%
R=39.53%
G=28.06%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518120900.290.180337.310085.49
HexFFB5D101D1201516455
Octal377265321035220521144125
Binary11111111101101011101000101110110010010101000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5D1; }

 p { color: rgb(255,181,209); }

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

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

 a { background-color: rgb(255,181,209); }

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

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

 span { border-color: rgb(255,181,209); }

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