#FEB8DC

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

Shades of Cotton Candy #FEB8DC

Tints of Cotton Candy #FEB8DC

Color information

#FEB8DC (or 0xFEB8DC) is unknown color: approx Cotton Candy. HEX triplet: FE, B8 and DC. RGB value is (254,184,220). Sum of RGB (Red+Green+Blue) = 254+184+220=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 184 (72.27% from 255 or 27.96% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8DC is #014723. Grayscale: #D0D0D0. Windows color (decimal): -83748 or 14465278. OLE color: 14465278.

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

Color convert

RGB254184220-
CMYK00.280.130.00
HSL329.14º97.22%85.88%-
HSV(B)329.14º27.56%99.61%-
XYZ70.9360.5275.65-
YUV209.03134.19160.07-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.60%
GREEN value IS 184 (72.27% from 255) = 27.96%
BLUE value IS 220 (86.33% from 255) = 33.43%
R=38.60%
G=27.96%
B=33.43%

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
Decimal25418422000.280.130.00329.1497.2285.88
HexFEB8DC01CD01496156
Octal376270334034150511141126
Binary1111111010111000110111000111001101010100100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8DC; }

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

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

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

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

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

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

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

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