#FEC9E5

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

Shades of Classic Rose #FEC9E5

Tints of Classic Rose #FEC9E5

Color information

#FEC9E5 (or 0xFEC9E5) is unknown color: approx Classic Rose. HEX triplet: FE, C9 and E5. RGB value is (254,201,229). Sum of RGB (Red+Green+Blue) = 254+201+229=684 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.13% from 684); Green value is 201 (78.91% from 255 or 29.39% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC9E5 is #01361A. Grayscale: #DBDBDB. Windows color (decimal): -79387 or 15059454. OLE color: 15059454.

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

Color convert

RGB254201229-
CMYK00.210.100.00
HSL328.3º96.36%89.22%-
HSV(B)328.3º20.87%99.61%-
XYZ75.968.583.35-
YUV220.04133.06152.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.13%
GREEN value IS 201 (78.91% from 255) = 29.39%
BLUE value IS 229 (89.84% from 255) = 33.48%
R=37.13%
G=29.39%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420122900.210.100.00328.396.3689.22
HexFEC9E5015A01486059
Octal376311345025120510140131
Binary1111111011001001111001010101011010010100100011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9E5; }

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

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

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

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

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

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

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

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