#FFB5DF

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

Shades of Cotton Candy #FFB5DF

Tints of Cotton Candy #FFB5DF

Color information

#FFB5DF (or 0xFFB5DF) is unknown color: approx Cotton Candy. HEX triplet: FF, B5 and DF. RGB value is (255,181,223). Sum of RGB (Red+Green+Blue) = 255+181+223=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 181 (71.09% from 255 or 27.47% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB5DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFB5DF is #004A20. Grayscale: #CFCFCF. Windows color (decimal): -18977 or 14661119. OLE color: 14661119.

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

Color convert

RGB255181223-
CMYK00.290.130
HSL325.95º100%85.49%-
HSV(B)325.95º29.02%100%-
XYZ71.0859.6477.58-
YUV207.91136.52161.58-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 181 (71.09% from 255) = 27.47%
BLUE value IS 223 (87.5% from 255) = 33.84%
R=38.69%
G=27.47%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518122300.290.130325.9510085.49
HexFFB5DF01DD01466455
Octal377265337035150506144125
Binary1111111110110101110111110111011101010100011011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB5DF; }

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

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

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

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

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

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

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

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