#FFBAD7

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

Shades of Cotton Candy #FFBAD7

Tints of Cotton Candy #FFBAD7

Color information

#FFBAD7 (or 0xFFBAD7) is unknown color: approx Cotton Candy. HEX triplet: FF, BA and D7. RGB value is (255,186,215). Sum of RGB (Red+Green+Blue) = 255+186+215=656 (86% of max value = 765). Red value is 255 (100% from 255 or 38.87% from 656); Green value is 186 (73.05% from 255 or 28.35% from 656); Blue value is 215 (84.38% from 255 or 32.77% from 656); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD7 is #004528. Grayscale: #D1D1D1. Windows color (decimal): -17705 or 14138111. OLE color: 14138111.

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

Color convert

RGB255186215-
CMYK00.270.160
HSL334.78º100%86.47%-
HSV(B)334.78º27.06%100%-
XYZ71.0661.2872.37-
YUV209.94130.86160.14-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.87%
GREEN value IS 186 (73.05% from 255) = 28.35%
BLUE value IS 215 (84.38% from 255) = 32.77%
R=38.87%
G=28.35%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518621500.270.160334.7810086.47
HexFFBAD701B10014f6456
Octal377272327033200517144126
Binary11111111101110101101011101101110000010100111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAD7; }

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

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

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

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

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

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

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

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