#FEB9D5

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

Shades of Cotton Candy #FEB9D5

Tints of Cotton Candy #FEB9D5

Color information

#FEB9D5 (or 0xFEB9D5) is unknown color: approx Cotton Candy. HEX triplet: FE, B9 and D5. RGB value is (254,185,213). Sum of RGB (Red+Green+Blue) = 254+185+213=652 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.96% from 652); Green value is 185 (72.66% from 255 or 28.37% from 652); Blue value is 213 (83.59% from 255 or 32.67% from 652); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9D5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9D5 is #01462A. Grayscale: #D0D0D0. Windows color (decimal): -83499 or 14006782. OLE color: 14006782.

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

Color convert

RGB254185213-
CMYK00.270.160.00
HSL335.65º97.18%86.08%-
HSV(B)335.65º27.17%99.61%-
XYZ70.2360.5770.94-
YUV208.82130.36160.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.96%
GREEN value IS 185 (72.66% from 255) = 28.37%
BLUE value IS 213 (83.59% from 255) = 32.67%
R=38.96%
G=28.37%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.16
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418521300.270.160.00335.6597.1886.08
HexFEB9D501B1001506156
Octal376271325033200520141126
Binary11111110101110011101010101101110000010101000011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9D5; }

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

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

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

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

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

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

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

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