#FCB6DC

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

Shades of Cotton Candy #FCB6DC

Tints of Cotton Candy #FCB6DC

Color information

#FCB6DC (or 0xFCB6DC) is unknown color: approx Cotton Candy. HEX triplet: FC, B6 and DC. RGB value is (252,182,220). Sum of RGB (Red+Green+Blue) = 252+182+220=654 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.53% from 654); Green value is 182 (71.48% from 255 or 27.83% from 654); Blue value is 220 (86.33% from 255 or 33.64% from 654); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6DC is #034923. Grayscale: #CFCFCF. Windows color (decimal): -215332 or 14464764. OLE color: 14464764.

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

Color convert

RGB252182220-
CMYK00.280.130.01
HSL327.43º92.11%85.1%-
HSV(B)327.43º27.78%98.82%-
XYZ69.7959.3275.48-
YUV207.26135.19159.91-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.53%
GREEN value IS 182 (71.48% from 255) = 27.83%
BLUE value IS 220 (86.33% from 255) = 33.64%
R=38.53%
G=27.83%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218222000.280.130.01327.4392.1185.1
HexFCB6DC01CD11475c55
Octal374266334034151507134125
Binary1111110010110110110111000111001101110100011110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB6DC; }

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

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

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

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

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

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

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

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