#FEC9EB

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

Shades of Classic Rose #FEC9EB

Tints of Classic Rose #FEC9EB

Color information

#FEC9EB (or 0xFEC9EB) is unknown color: approx Classic Rose. HEX triplet: FE, C9 and EB. RGB value is (254,201,235). Sum of RGB (Red+Green+Blue) = 254+201+235=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 201 (78.91% from 255 or 29.13% from 690); Blue value is 235 (92.19% from 255 or 34.06% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC9EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC9EB is #013614. Grayscale: #DCDCDC. Windows color (decimal): -79381 or 15452670. OLE color: 15452670.

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

Color convert

RGB254201235-
CMYK00.210.070.00
HSL321.51º96.36%89.22%-
HSV(B)321.51º20.87%99.61%-
XYZ76.7668.8487.84-
YUV220.72136.06151.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.81%
GREEN value IS 201 (78.91% from 255) = 29.13%
BLUE value IS 235 (92.19% from 255) = 34.06%
R=36.81%
G=29.13%
B=34.06%

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
Decimal25420123500.210.070.00321.5196.3689.22
HexFEC9EB015701426059
Octal37631135302570502140131
Binary111111101100100111101011010101111010100001011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC9EB; }

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

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

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

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

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

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

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

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