#FCB7DC

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

Shades of Cotton Candy #FCB7DC

Tints of Cotton Candy #FCB7DC

Color information

#FCB7DC (or 0xFCB7DC) is unknown color: approx Cotton Candy. HEX triplet: FC, B7 and DC. RGB value is (252,183,220). Sum of RGB (Red+Green+Blue) = 252+183+220=655 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.47% from 655); Green value is 183 (71.88% from 255 or 27.94% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB7DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB7DC is #034823. Grayscale: #CFCFCF. Windows color (decimal): -215076 or 14465020. OLE color: 14465020.

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

Color convert

RGB252183220-
CMYK00.270.130.01
HSL327.83º92%85.29%-
HSV(B)327.83º27.38%98.82%-
XYZ7059.7375.55-
YUV207.85134.86159.49-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.47%
GREEN value IS 183 (71.88% from 255) = 27.94%
BLUE value IS 220 (86.33% from 255) = 33.59%
R=38.47%
G=27.94%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218322000.270.130.01327.839285.29
HexFCB7DC01BD11485c55
Octal374267334033151510134125
Binary1111110010110111110111000110111101110100100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB7DC; }

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

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

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

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

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

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

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

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