#FCB7CD

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

Shades of Cotton Candy #FCB7CD

Tints of Cotton Candy #FCB7CD

Color information

#FCB7CD (or 0xFCB7CD) is unknown color: approx Cotton Candy. HEX triplet: FC, B7 and CD. RGB value is (252,183,205). Sum of RGB (Red+Green+Blue) = 252+183+205=640 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.38% from 640); Green value is 183 (71.88% from 255 or 28.59% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7CD is #034832. Grayscale: #CECECE. Windows color (decimal): -215091 or 13481980. OLE color: 13481980.

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

Color convert

RGB252183205-
CMYK00.270.190.01
HSL340.87º92%85.29%-
HSV(B)340.87º27.38%98.82%-
XYZ68.158.9765.55-
YUV206.14127.36160.71-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.38%
GREEN value IS 183 (71.88% from 255) = 28.59%
BLUE value IS 205 (80.47% from 255) = 32.03%
R=39.38%
G=28.59%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218320500.270.190.01340.879285.29
HexFCB7CD01B1311555c55
Octal374267315033231525134125
Binary11111100101101111100110101101110011110101010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7CD; }

 p { color: rgb(252,183,205); }

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

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

 a { background-color: rgb(252,183,205); }

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

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

 span { border-color: rgb(252,183,205); }

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