#FEC7F1

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

Shades of Classic Rose #FEC7F1

Tints of Classic Rose #FEC7F1

Color information

#FEC7F1 (or 0xFEC7F1) is unknown color: approx Classic Rose. HEX triplet: FE, C7 and F1. RGB value is (254,199,241). Sum of RGB (Red+Green+Blue) = 254+199+241=694 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.60% from 694); Green value is 199 (78.12% from 255 or 28.67% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC7F1 is #01380E. Grayscale: #DCDCDC. Windows color (decimal): -79887 or 15845374. OLE color: 15845374.

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

Color convert

RGB254199241-
CMYK00.220.050.00
HSL314.18º96.49%88.82%-
HSV(B)314.18º21.65%99.61%-
XYZ77.1768.2792.33-
YUV220.23139.72152.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.60%
GREEN value IS 199 (78.12% from 255) = 28.67%
BLUE value IS 241 (94.53% from 255) = 34.73%
R=36.60%
G=28.67%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419924100.220.050.00314.1896.4988.82
HexFEC7F10165013a6059
Octal37630736102650472140131
Binary111111101100011111110001010110101010011101011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7F1; }

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

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

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

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

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

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

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

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