#FEB9D2

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

Shades of Cotton Candy #FEB9D2

Tints of Cotton Candy #FEB9D2

Color information

#FEB9D2 (or 0xFEB9D2) is unknown color: approx Cotton Candy. HEX triplet: FE, B9 and D2. RGB value is (254,185,210). Sum of RGB (Red+Green+Blue) = 254+185+210=649 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.14% from 649); Green value is 185 (72.66% from 255 or 28.51% from 649); Blue value is 210 (82.42% from 255 or 32.36% from 649); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9D2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9D2 is #01462D. Grayscale: #D0D0D0. Windows color (decimal): -83502 or 13810174. OLE color: 13810174.

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

Color convert

RGB254185210-
CMYK00.270.170.00
HSL338.26º97.18%86.08%-
HSV(B)338.26º27.17%99.61%-
XYZ69.8560.4268.95-
YUV208.48128.86160.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.14%
GREEN value IS 185 (72.66% from 255) = 28.51%
BLUE value IS 210 (82.42% from 255) = 32.36%
R=39.14%
G=28.51%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418521000.270.170.00338.2697.1886.08
HexFEB9D201B1101526156
Octal376271322033210522141126
Binary11111110101110011101001001101110001010101001011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9D2; }

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

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

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

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

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

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

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

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