#FFBAD5

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

Shades of Cotton Candy #FFBAD5

Tints of Cotton Candy #FFBAD5

Color information

#FFBAD5 (or 0xFFBAD5) is unknown color: approx Cotton Candy. HEX triplet: FF, BA and D5. RGB value is (255,186,213). Sum of RGB (Red+Green+Blue) = 255+186+213=654 (86% of max value = 765). Red value is 255 (100% from 255 or 38.99% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 213 (83.59% from 255 or 32.57% from 654); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD5 is #00452A. Grayscale: #D1D1D1. Windows color (decimal): -17707 or 14007039. OLE color: 14007039.

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

Color convert

RGB255186213-
CMYK00.270.160
HSL336.52º100%86.47%-
HSV(B)336.52º27.06%100%-
XYZ70.8161.1871.03-
YUV209.71129.86160.3-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.99%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 213 (83.59% from 255) = 32.57%
R=38.99%
G=28.44%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518621300.270.160336.5210086.47
HexFFBAD501B1001516456
Octal377272325033200521144126
Binary11111111101110101101010101101110000010101000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAD5; }

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

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

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

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

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

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

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

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