#FEB9D7

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

Shades of Cotton Candy #FEB9D7

Tints of Cotton Candy #FEB9D7

Color information

#FEB9D7 (or 0xFEB9D7) is unknown color: approx Cotton Candy. HEX triplet: FE, B9 and D7. RGB value is (254,185,215). Sum of RGB (Red+Green+Blue) = 254+185+215=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 185 (72.66% from 255 or 28.29% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEB9D7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEB9D7 is #014628. Grayscale: #D1D1D1. Windows color (decimal): -83497 or 14137854. OLE color: 14137854.

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

Color convert

RGB254185215-
CMYK00.270.150.00
HSL333.91º97.18%86.08%-
HSV(B)333.91º27.17%99.61%-
XYZ70.4960.6872.29-
YUV209.05131.36160.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.84%
GREEN value IS 185 (72.66% from 255) = 28.29%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=38.84%
G=28.29%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25418521500.270.150.00333.9197.1886.08
HexFEB9D701BF014e6156
Octal376271327033170516141126
Binary1111111010111001110101110110111111010100111011000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEB9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEB9D7; }

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

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

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

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

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

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

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

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