#FEC8E3

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

Shades of Classic Rose #FEC8E3

Tints of Classic Rose #FEC8E3

Color information

#FEC8E3 (or 0xFEC8E3) is unknown color: approx Classic Rose. HEX triplet: FE, C8 and E3. RGB value is (254,200,227). Sum of RGB (Red+Green+Blue) = 254+200+227=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 200 (78.52% from 255 or 29.37% from 681); Blue value is 227 (89.06% from 255 or 33.33% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC8E3 is #01371C. Grayscale: #DBDBDB. Windows color (decimal): -79645 or 14928126. OLE color: 14928126.

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

Color convert

RGB254200227-
CMYK00.210.110.00
HSL330º96.43%89.02%-
HSV(B)330º21.26%99.61%-
XYZ75.3967.9381.81-
YUV219.22132.39152.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 200 (78.52% from 255) = 29.37%
BLUE value IS 227 (89.06% from 255) = 33.33%
R=37.30%
G=29.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420022700.210.110.0033096.4389.02
HexFEC8E3015B014a6059
Octal376310343025130512140131
Binary1111111011001000111000110101011011010100101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8E3; }

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

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

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

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

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

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

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

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