#FFBAD6

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

Shades of Cotton Candy #FFBAD6

Tints of Cotton Candy #FFBAD6

Color information

#FFBAD6 (or 0xFFBAD6) is unknown color: approx Cotton Candy. HEX triplet: FF, BA and D6. RGB value is (255,186,214). Sum of RGB (Red+Green+Blue) = 255+186+214=655 (86% of max value = 765). Red value is 255 (100% from 255 or 38.93% from 655); Green value is 186 (73.05% from 255 or 28.40% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD6 is #004529. Grayscale: #D1D1D1. Windows color (decimal): -17706 or 14072575. OLE color: 14072575.

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

Color convert

RGB255186214-
CMYK00.270.160
HSL335.65º100%86.47%-
HSV(B)335.65º27.06%100%-
XYZ70.9461.2371.7-
YUV209.82130.36160.22-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.93%
GREEN value IS 186 (73.05% from 255) = 28.40%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=38.93%
G=28.40%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518621400.270.160335.6510086.47
HexFFBAD601B1001506456
Octal377272326033200520144126
Binary11111111101110101101011001101110000010101000011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAD6; }

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

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

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

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

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

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

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

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