#FEB9DA

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

Shades of Cotton Candy #FEB9DA

Tints of Cotton Candy #FEB9DA

Color information

#FEB9DA (or 0xFEB9DA) is unknown color: approx Cotton Candy. HEX triplet: FE, B9 and DA. RGB value is (254,185,218). Sum of RGB (Red+Green+Blue) = 254+185+218=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 185 (72.66% from 255 or 28.16% from 657); Blue value is 218 (85.55% from 255 or 33.18% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9DA is #014625. Grayscale: #D1D1D1. Windows color (decimal): -83494 or 14334462. OLE color: 14334462.

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

Color convert

RGB254185218-
CMYK00.270.140.00
HSL331.3º97.18%86.08%-
HSV(B)331.3º27.17%99.61%-
XYZ70.8860.8374.34-
YUV209.39132.86159.82-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.66%
GREEN value IS 185 (72.66% from 255) = 28.16%
BLUE value IS 218 (85.55% from 255) = 33.18%
R=38.66%
G=28.16%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418521800.270.140.00331.397.1886.08
HexFEB9DA01BE014b6156
Octal376271332033160513141126
Binary1111111010111001110110100110111110010100101111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9DA; }

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

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

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

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

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

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

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

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