#FCBAD1

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

Shades of Cotton Candy #FCBAD1

Tints of Cotton Candy #FCBAD1

Color information

#FCBAD1 (or 0xFCBAD1) is unknown color: approx Cotton Candy. HEX triplet: FC, BA and D1. RGB value is (252,186,209). Sum of RGB (Red+Green+Blue) = 252+186+209=647 (85% of max value = 765). Red value is 252 (98.83% from 255 or 38.95% from 647); Green value is 186 (73.05% from 255 or 28.75% from 647); Blue value is 209 (82.03% from 255 or 32.30% from 647); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBAD1 is #03452E. Grayscale: #D0D0D0. Windows color (decimal): -214319 or 13744892. OLE color: 13744892.

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

Color convert

RGB252186209-
CMYK00.260.170.01
HSL339.09º91.67%85.88%-
HSV(B)339.09º26.19%98.82%-
XYZ69.2160.4268.34-
YUV208.36128.37159.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.95%
GREEN value IS 186 (73.05% from 255) = 28.75%
BLUE value IS 209 (82.03% from 255) = 32.30%
R=38.95%
G=28.75%
B=32.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218620900.260.170.01339.0991.6785.88
HexFCBAD101A1111535c56
Octal374272321032211523134126
Binary11111100101110101101000101101010001110101001110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBAD1; }

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

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

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

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

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

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

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

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