#FCB8CE

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

Shades of Cotton Candy #FCB8CE

Tints of Cotton Candy #FCB8CE

Color information

#FCB8CE (or 0xFCB8CE) is unknown color: approx Cotton Candy. HEX triplet: FC, B8 and CE. RGB value is (252,184,206). Sum of RGB (Red+Green+Blue) = 252+184+206=642 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.25% from 642); Green value is 184 (72.27% from 255 or 28.66% from 642); Blue value is 206 (80.86% from 255 or 32.09% from 642); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB8CE is #034731. Grayscale: #CECECE. Windows color (decimal): -214834 or 13547772. OLE color: 13547772.

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

Color convert

RGB252184206-
CMYK00.270.180.01
HSL340.59º91.89%85.49%-
HSV(B)340.59º26.98%98.82%-
XYZ68.4359.4366.26-
YUV206.84127.53160.21-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.25%
GREEN value IS 184 (72.27% from 255) = 28.66%
BLUE value IS 206 (80.86% from 255) = 32.09%
R=39.25%
G=28.66%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218420600.270.180.01340.5991.8985.49
HexFCB8CE01B1211555c55
Octal374270316033221525134125
Binary11111100101110001100111001101110010110101010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB8CE; }

 p { color: rgb(252,184,206); }

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

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

 a { background-color: rgb(252,184,206); }

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

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

 span { border-color: rgb(252,184,206); }

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