#FEC7EB

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

Shades of Classic Rose #FEC7EB

Tints of Classic Rose #FEC7EB

Color information

#FEC7EB (or 0xFEC7EB) is unknown color: approx Classic Rose. HEX triplet: FE, C7 and EB. RGB value is (254,199,235). Sum of RGB (Red+Green+Blue) = 254+199+235=688 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.92% from 688); Green value is 199 (78.12% from 255 or 28.92% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7EB is #013814. Grayscale: #DBDBDB. Windows color (decimal): -79893 or 15452158. OLE color: 15452158.

HSL color Cylindrical-coordinate representation of color #FEC7EB: hue angle of 320.73º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEC7EB is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB254199235-
CMYK00.220.070.00
HSL320.73º96.49%88.82%-
HSV(B)320.73º21.65%99.61%-
XYZ76.2967.9287.69-
YUV219.55136.72152.57-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.92%
GREEN value IS 199 (78.12% from 255) = 28.92%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=36.92%
G=28.92%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419923500.220.070.00320.7396.4988.82
HexFEC7EB016701416059
Octal37630735302670501140131
Binary111111101100011111101011010110111010100000111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7EB; }

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

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

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

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

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

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

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

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