#FEC2E4

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

Shades of Classic Rose #FEC2E4

Tints of Classic Rose #FEC2E4

Color information

#FEC2E4 (or 0xFEC2E4) is unknown color: approx Classic Rose. HEX triplet: FE, C2 and E4. RGB value is (254,194,228). Sum of RGB (Red+Green+Blue) = 254+194+228=676 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.57% from 676); Green value is 194 (76.17% from 255 or 28.70% from 676); Blue value is 228 (89.45% from 255 or 33.73% from 676); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC2E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC2E4 is #013D1B. Grayscale: #D7D7D7. Windows color (decimal): -81180 or 14992126. OLE color: 14992126.

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

Color convert

RGB254194228-
CMYK00.240.100.00
HSL326º96.77%87.84%-
HSV(B)326º23.62%99.61%-
XYZ74.1765.2682.09-
YUV215.82134.88155.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.57%
GREEN value IS 194 (76.17% from 255) = 28.70%
BLUE value IS 228 (89.45% from 255) = 33.73%
R=37.57%
G=28.70%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419422800.240.100.0032696.7787.84
HexFEC2E4018A01466158
Octal376302344030120506141130
Binary1111111011000010111001000110001010010100011011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC2E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC2E4; }

 p { color: rgb(254,194,228); }

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

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

 a { background-color: rgb(254,194,228); }

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

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

 span { border-color: rgb(254,194,228); }

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