#FCB6DE

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

Shades of Cotton Candy #FCB6DE

Tints of Cotton Candy #FCB6DE

Color information

#FCB6DE (or 0xFCB6DE) is unknown color: approx Cotton Candy. HEX triplet: FC, B6 and DE. RGB value is (252,182,222). Sum of RGB (Red+Green+Blue) = 252+182+222=656 (86% of max value = 765). Red value is 252 (98.83% from 255 or 38.41% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB6DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCB6DE is #034921. Grayscale: #CFCFCF. Windows color (decimal): -215330 or 14595836. OLE color: 14595836.

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

Color convert

RGB252182222-
CMYK00.280.120.01
HSL325.71º92.11%85.1%-
HSV(B)325.71º27.78%98.82%-
XYZ70.0659.4376.89-
YUV207.49136.19159.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 38.41%
GREEN value IS 182 (71.48% from 255) = 27.74%
BLUE value IS 222 (87.11% from 255) = 33.84%
R=38.41%
G=27.74%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218222200.280.120.01325.7192.1185.1
HexFCB6DE01CC11465c55
Octal374266336034141506134125
Binary1111110010110110110111100111001100110100011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB6DE; }

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

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

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

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

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

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

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

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