#FEC4EB

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

Shades of Classic Rose #FEC4EB

Tints of Classic Rose #FEC4EB

Color information

#FEC4EB (or 0xFEC4EB) is unknown color: approx Classic Rose. HEX triplet: FE, C4 and EB. RGB value is (254,196,235). Sum of RGB (Red+Green+Blue) = 254+196+235=685 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.08% from 685); Green value is 196 (76.95% from 255 or 28.61% from 685); Blue value is 235 (92.19% from 255 or 34.31% from 685); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC4EB is #013B14. Grayscale: #D9D9D9. Windows color (decimal): -80661 or 15451390. OLE color: 15451390.

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

Color convert

RGB254196235-
CMYK00.230.070.00
HSL319.66º96.67%88.24%-
HSV(B)319.66º22.83%99.61%-
XYZ75.6166.5587.46-
YUV217.79137.72153.83-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.08%
GREEN value IS 196 (76.95% from 255) = 28.61%
BLUE value IS 235 (92.19% from 255) = 34.31%
R=37.08%
G=28.61%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419623500.230.070.00319.6696.6788.24
HexFEC4EB017701406158
Octal37630435302770500141130
Binary111111101100010011101011010111111010100000011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC4EB; }

 p { color: rgb(254,196,235); }

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

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

 a { background-color: rgb(254,196,235); }

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

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

 span { border-color: rgb(254,196,235); }

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