#FEC8EB

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

Shades of Classic Rose #FEC8EB

Tints of Classic Rose #FEC8EB

Color information

#FEC8EB (or 0xFEC8EB) is unknown color: approx Classic Rose. HEX triplet: FE, C8 and EB. RGB value is (254,200,235). Sum of RGB (Red+Green+Blue) = 254+200+235=689 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.87% from 689); Green value is 200 (78.52% from 255 or 29.03% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC8EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC8EB is #013714. Grayscale: #DCDCDC. Windows color (decimal): -79637 or 15452414. OLE color: 15452414.

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

Color convert

RGB254200235-
CMYK00.210.070.00
HSL321.11º96.43%89.02%-
HSV(B)321.11º21.26%99.61%-
XYZ76.5268.3887.76-
YUV220.14136.39152.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.87%
GREEN value IS 200 (78.52% from 255) = 29.03%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=36.87%
G=29.03%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25420023500.210.070.00321.1196.4389.02
HexFEC8EB015701416059
Octal37631035302570501140131
Binary111111101100100011101011010101111010100000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC8EB; }

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

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

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

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

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

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

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

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