#FEB9DD

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

Shades of Cotton Candy #FEB9DD

Tints of Cotton Candy #FEB9DD

Color information

#FEB9DD (or 0xFEB9DD) is unknown color: approx Cotton Candy. HEX triplet: FE, B9 and DD. RGB value is (254,185,221). Sum of RGB (Red+Green+Blue) = 254+185+221=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 185 (72.66% from 255 or 28.03% from 660); Blue value is 221 (86.72% from 255 or 33.48% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9DD is #014622. Grayscale: #D1D1D1. Windows color (decimal): -83491 or 14531070. OLE color: 14531070.

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

Color convert

RGB254185221-
CMYK00.270.130.00
HSL328.7º97.18%86.08%-
HSV(B)328.7º27.17%99.61%-
XYZ71.2760.9976.42-
YUV209.74134.36159.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.48%
GREEN value IS 185 (72.66% from 255) = 28.03%
BLUE value IS 221 (86.72% from 255) = 33.48%
R=38.48%
G=28.03%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418522100.270.130.00328.797.1886.08
HexFEB9DD01BD01496156
Octal376271335033150511141126
Binary1111111010111001110111010110111101010100100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9DD; }

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

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

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

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

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

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

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

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