#FFBAD2

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

Shades of Cotton Candy #FFBAD2

Tints of Cotton Candy #FFBAD2

Color information

#FFBAD2 (or 0xFFBAD2) is unknown color: approx Cotton Candy. HEX triplet: FF, BA and D2. RGB value is (255,186,210). Sum of RGB (Red+Green+Blue) = 255+186+210=651 (86% of max value = 765). Red value is 255 (100% from 255 or 39.17% from 651); Green value is 186 (73.05% from 255 or 28.57% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBAD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBAD2 is #00452D. Grayscale: #D1D1D1. Windows color (decimal): -17710 or 13810431. OLE color: 13810431.

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

Color convert

RGB255186210-
CMYK00.270.180
HSL339.13º100%86.47%-
HSV(B)339.13º27.06%100%-
XYZ70.4361.0369.04-
YUV209.37128.36160.55-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.17%
GREEN value IS 186 (73.05% from 255) = 28.57%
BLUE value IS 210 (82.42% from 255) = 32.26%
R=39.17%
G=28.57%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518621000.270.180339.1310086.47
HexFFBAD201B1201536456
Octal377272322033220523144126
Binary11111111101110101101001001101110010010101001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBAD2; }

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

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

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

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

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

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

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

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