#FEC3E8

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

Shades of Classic Rose #FEC3E8

Tints of Classic Rose #FEC3E8

Color information

#FEC3E8 (or 0xFEC3E8) is unknown color: approx Classic Rose. HEX triplet: FE, C3 and E8. RGB value is (254,195,232). Sum of RGB (Red+Green+Blue) = 254+195+232=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 195 (76.56% from 255 or 28.63% from 681); Blue value is 232 (91.02% from 255 or 34.07% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC3E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC3E8 is #013C17. Grayscale: #D8D8D8. Windows color (decimal): -80920 or 15254526. OLE color: 15254526.

HSL color Cylindrical-coordinate representation of color #FEC3E8: hue angle of 322.37º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FEC3E8 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB254195232-
CMYK00.230.090.00
HSL322.37º96.72%88.04%-
HSV(B)322.37º23.23%99.61%-
XYZ74.9565.9385.12-
YUV216.86136.55154.49-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.30%
GREEN value IS 195 (76.56% from 255) = 28.63%
BLUE value IS 232 (91.02% from 255) = 34.07%
R=37.30%
G=28.63%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419523200.230.090.00322.3796.7288.04
HexFEC3E8017901426158
Octal376303350027110502141130
Binary1111111011000011111010000101111001010100001011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC3E8; }

 p { color: rgb(254,195,232); }

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

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

 a { background-color: rgb(254,195,232); }

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

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

 span { border-color: rgb(254,195,232); }

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