#FEC8E9

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

Shades of Classic Rose #FEC8E9

Tints of Classic Rose #FEC8E9

Color information

#FEC8E9 (or 0xFEC8E9) is unknown color: approx Classic Rose. HEX triplet: FE, C8 and E9. RGB value is (254,200,233). Sum of RGB (Red+Green+Blue) = 254+200+233=687 (90% of max value = 765). Red value is 254 (99.61% from 255 or 36.97% from 687); Green value is 200 (78.52% from 255 or 29.11% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8E9 is #013716. Grayscale: #DBDBDB. Windows color (decimal): -79639 or 15321342. OLE color: 15321342.

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

Color convert

RGB254200233-
CMYK00.210.080.00
HSL323.33º96.43%89.02%-
HSV(B)323.33º21.26%99.61%-
XYZ76.2468.2686.25-
YUV219.91135.39152.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.97%
GREEN value IS 200 (78.52% from 255) = 29.11%
BLUE value IS 233 (91.41% from 255) = 33.92%
R=36.97%
G=29.11%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420023300.210.080.00323.3396.4389.02
HexFEC8E9015801436059
Octal376310351025100503140131
Binary1111111011001000111010010101011000010100001111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8E9; }

 p { color: rgb(254,200,233); }

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

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

 a { background-color: rgb(254,200,233); }

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

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

 span { border-color: rgb(254,200,233); }

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