#FEB6DC

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

Shades of Cotton Candy #FEB6DC

Tints of Cotton Candy #FEB6DC

Color information

#FEB6DC (or 0xFEB6DC) is unknown color: approx Cotton Candy. HEX triplet: FE, B6 and DC. RGB value is (254,182,220). Sum of RGB (Red+Green+Blue) = 254+182+220=656 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.72% from 656); Green value is 182 (71.48% from 255 or 27.74% from 656); Blue value is 220 (86.33% from 255 or 33.54% from 656); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB6DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB6DC is #014923. Grayscale: #CFCFCF. Windows color (decimal): -84260 or 14464766. OLE color: 14464766.

HSL color Cylindrical-coordinate representation of color #FEB6DC: hue angle of 328.33º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FEB6DC is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB254182220-
CMYK00.280.130.00
HSL328.33º97.3%85.49%-
HSV(B)328.33º28.35%99.61%-
XYZ70.5259.6975.52-
YUV207.86134.85160.91-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.72%
GREEN value IS 182 (71.48% from 255) = 27.74%
BLUE value IS 220 (86.33% from 255) = 33.54%
R=38.72%
G=27.74%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418222000.280.130.00328.3397.385.49
HexFEB6DC01CD01486155
Octal376266334034150510141125
Binary1111111010110110110111000111001101010100100011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB6DC; }

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

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

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

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

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

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

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

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