#FFBAD1

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

Shades of Cotton Candy #FFBAD1

Tints of Cotton Candy #FFBAD1

Color information

#FFBAD1 (or 0xFFBAD1) is unknown color: approx Cotton Candy. HEX triplet: FF, BA and D1. RGB value is (255,186,209). Sum of RGB (Red+Green+Blue) = 255+186+209=650 (86% of max value = 765). Red value is 255 (100% from 255 or 39.23% from 650); Green value is 186 (73.05% from 255 or 28.62% from 650); Blue value is 209 (82.03% from 255 or 32.15% from 650); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD1 is #00452E. Grayscale: #D1D1D1. Windows color (decimal): -17711 or 13744895. OLE color: 13744895.

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

Color convert

RGB255186209-
CMYK00.270.180
HSL340º100%86.47%-
HSV(B)340º27.06%100%-
XYZ70.3160.9868.39-
YUV209.25127.86160.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.23%
GREEN value IS 186 (73.05% from 255) = 28.62%
BLUE value IS 209 (82.03% from 255) = 32.15%
R=39.23%
G=28.62%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518620900.270.18034010086.47
HexFFBAD101B1201546456
Octal377272321033220524144126
Binary11111111101110101101000101101110010010101010011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAD1; }

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

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

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

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

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

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

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

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