#FCBAD8

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

Shades of Cotton Candy #FCBAD8

Tints of Cotton Candy #FCBAD8

Color information

#FCBAD8 (or 0xFCBAD8) is unknown color: approx Cotton Candy. HEX triplet: FC, BA and D8. RGB value is (252,186,216). Sum of RGB (Red+Green+Blue) = 252+186+216=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 186 (73.05% from 255 or 28.44% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAD8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAD8 is #034527. Grayscale: #D1D1D1. Windows color (decimal): -214312 or 14203644. OLE color: 14203644.

HSL color Cylindrical-coordinate representation of color #FCBAD8: hue angle of 332.73º 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 #FCBAD8 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB252186216-
CMYK00.260.140.01
HSL332.73º91.67%85.88%-
HSV(B)332.73º26.19%98.82%-
XYZ70.160.7773-
YUV209.15131.87158.56-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 186 (73.05% from 255) = 28.44%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=38.53%
G=28.44%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218621600.260.140.01332.7391.6785.88
HexFCBAD801AE114d5c56
Octal374272330032161515134126
Binary1111110010111010110110000110101110110100110110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAD8; }

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

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

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

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

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

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

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

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