#FEB8DD

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

Shades of Cotton Candy #FEB8DD

Tints of Cotton Candy #FEB8DD

Color information

#FEB8DD (or 0xFEB8DD) is unknown color: approx Cotton Candy. HEX triplet: FE, B8 and DD. RGB value is (254,184,221). Sum of RGB (Red+Green+Blue) = 254+184+221=659 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.54% from 659); Green value is 184 (72.27% from 255 or 27.92% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB8DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB8DD is #014722. Grayscale: #D1D1D1. Windows color (decimal): -83747 or 14530814. OLE color: 14530814.

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

Color convert

RGB254184221-
CMYK00.280.130.00
HSL328.29º97.22%85.88%-
HSV(B)328.29º27.56%99.61%-
XYZ71.0660.5776.35-
YUV209.15134.69159.99-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.54%
GREEN value IS 184 (72.27% from 255) = 27.92%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=38.54%
G=27.92%
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
Decimal25418422100.280.130.00328.2997.2285.88
HexFEB8DD01CD01486156
Octal376270335034150510141126
Binary1111111010111000110111010111001101010100100011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB8DD; }

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

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

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

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

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

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

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

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