#FEC9EE

Color #FEC9EE Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #FEC9EE

Tints of Classic Rose #FEC9EE

Color information

#FEC9EE (or 0xFEC9EE) is unknown color: approx Classic Rose. HEX triplet: FE, C9 and EE. RGB value is (254,201,238). Sum of RGB (Red+Green+Blue) = 254+201+238=693 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.65% from 693); Green value is 201 (78.91% from 255 or 29.00% from 693); Blue value is 238 (93.36% from 255 or 34.34% from 693); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9EE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9EE is #013611. Grayscale: #DCDCDC. Windows color (decimal): -79378 or 15649278. OLE color: 15649278.

HSL color Cylindrical-coordinate representation of color #FEC9EE: hue angle of 318.11º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FEC9EE is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB254201238-
CMYK00.210.060.00
HSL318.11º96.36%89.22%-
HSV(B)318.11º20.87%99.61%-
XYZ77.1969.0290.14-
YUV221.06137.56151.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.65%
GREEN value IS 201 (78.91% from 255) = 29.00%
BLUE value IS 238 (93.36% from 255) = 34.34%
R=36.65%
G=29.00%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420123800.210.060.00318.1196.3689.22
HexFEC9EE0156013e6059
Octal37631135602560476140131
Binary111111101100100111101110010101110010011111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9EE; }

 p { color: rgb(254,201,238); }

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

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

 a { background-color: rgb(254,201,238); }

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

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

 span { border-color: rgb(254,201,238); }

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