#FCBACF

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

Shades of Cotton Candy #FCBACF

Tints of Cotton Candy #FCBACF

Color information

#FCBACF (or 0xFCBACF) is unknown color: approx Cotton Candy. HEX triplet: FC, BA and CF. RGB value is (252,186,207). Sum of RGB (Red+Green+Blue) = 252+186+207=645 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.07% from 645); Green value is 186 (73.05% from 255 or 28.84% from 645); Blue value is 207 (81.25% from 255 or 32.09% from 645); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCBACF is #034530. Grayscale: #D0D0D0. Windows color (decimal): -214321 or 13613820. OLE color: 13613820.

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

Color convert

RGB252186207-
CMYK00.260.180.01
HSL340.91º91.67%85.88%-
HSV(B)340.91º26.19%98.82%-
XYZ68.9760.3267.04-
YUV208.13127.37159.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.07%
GREEN value IS 186 (73.05% from 255) = 28.84%
BLUE value IS 207 (81.25% from 255) = 32.09%
R=39.07%
G=28.84%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218620700.260.180.01340.9191.6785.88
HexFCBACF01A1211555c56
Octal374272317032221525134126
Binary11111100101110101100111101101010010110101010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBACF; }

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

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

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

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

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

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

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

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