#FFBADE

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

Shades of Cotton Candy #FFBADE

Tints of Cotton Candy #FFBADE

Color information

#FFBADE (or 0xFFBADE) is unknown color: approx Cotton Candy. HEX triplet: FF, BA and DE. RGB value is (255,186,222). Sum of RGB (Red+Green+Blue) = 255+186+222=663 (87% of max value = 765). Red value is 255 (100% from 255 or 38.46% from 663); Green value is 186 (73.05% from 255 or 28.05% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBADE is #004521. Grayscale: #D2D2D2. Windows color (decimal): -17698 or 14596863. OLE color: 14596863.

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

Color convert

RGB255186222-
CMYK00.270.130
HSL328.7º100%86.47%-
HSV(B)328.7º27.06%100%-
XYZ71.9861.6577.21-
YUV210.73134.36159.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.46%
GREEN value IS 186 (73.05% from 255) = 28.05%
BLUE value IS 222 (87.11% from 255) = 33.48%
R=38.46%
G=28.05%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518622200.270.130328.710086.47
HexFFBADE01BD01496456
Octal377272336033150511144126
Binary1111111110111010110111100110111101010100100111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBADE; }

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

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

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

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

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

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

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

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