#FCB6CD

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

Shades of Cotton Candy #FCB6CD

Tints of Cotton Candy #FCB6CD

Color information

#FCB6CD (or 0xFCB6CD) is unknown color: approx Cotton Candy. HEX triplet: FC, B6 and CD. RGB value is (252,182,205). Sum of RGB (Red+Green+Blue) = 252+182+205=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 182 (71.48% from 255 or 28.48% from 639); Blue value is 205 (80.47% from 255 or 32.08% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6CD is #034932. Grayscale: #CDCDCD. Windows color (decimal): -215347 or 13481724. OLE color: 13481724.

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

Color convert

RGB252182205-
CMYK00.280.190.01
HSL340.29º92.11%85.1%-
HSV(B)340.29º27.78%98.82%-
XYZ67.8958.5665.48-
YUV205.55127.69161.13-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 182 (71.48% from 255) = 28.48%
BLUE value IS 205 (80.47% from 255) = 32.08%
R=39.44%
G=28.48%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218220500.280.190.01340.2992.1185.1
HexFCB6CD01C1311545c55
Octal374266315034231524134125
Binary11111100101101101100110101110010011110101010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB6CD; }

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

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

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

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

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

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

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

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