#FCBADE

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

Shades of Cotton Candy #FCBADE

Tints of Cotton Candy #FCBADE

Color information

#FCBADE (or 0xFCBADE) is unknown color: approx Cotton Candy. HEX triplet: FC, BA and DE. RGB value is (252,186,222). Sum of RGB (Red+Green+Blue) = 252+186+222=660 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.18% from 660); Green value is 186 (73.05% from 255 or 28.18% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBADE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBADE is #034521. Grayscale: #D1D1D1. Windows color (decimal): -214306 or 14596860. OLE color: 14596860.

HSL color Cylindrical-coordinate representation of color #FCBADE: hue angle of 327.27º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FCBADE is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB252186222-
CMYK00.260.120.01
HSL327.27º91.67%85.88%-
HSV(B)327.27º26.19%98.82%-
XYZ70.8961.0977.16-
YUV209.84134.87158.07-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.18%
GREEN value IS 186 (73.05% from 255) = 28.18%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=38.18%
G=28.18%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218622200.260.120.01327.2791.6785.88
HexFCBADE01AC11475c56
Octal374272336032141507134126
Binary1111110010111010110111100110101100110100011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBADE; }

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

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

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

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

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

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

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

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