#FEC7DE

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

Shades of Classic Rose #FEC7DE

Tints of Classic Rose #FEC7DE

Color information

#FEC7DE (or 0xFEC7DE) is unknown color: approx Classic Rose. HEX triplet: FE, C7 and DE. RGB value is (254,199,222). Sum of RGB (Red+Green+Blue) = 254+199+222=675 (89% of max value = 765). Red value is 254 (99.61% from 255 or 37.63% from 675); Green value is 199 (78.12% from 255 or 29.48% from 675); Blue value is 222 (87.11% from 255 or 32.89% from 675); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC7DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FEC7DE is #013821. Grayscale: #DADADA. Windows color (decimal): -79906 or 14600190. OLE color: 14600190.

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

Color convert

RGB254199222-
CMYK00.220.130.00
HSL334.91º96.49%88.82%-
HSV(B)334.91º21.65%99.61%-
XYZ74.4867.1978.15-
YUV218.07130.22153.63-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 37.63%
GREEN value IS 199 (78.12% from 255) = 29.48%
BLUE value IS 222 (87.11% from 255) = 32.89%
R=37.63%
G=29.48%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419922200.220.130.00334.9196.4988.82
HexFEC7DE016D014f6059
Octal376307336026150517140131
Binary1111111011000111110111100101101101010100111111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC7DE; }

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

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

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

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

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

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

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

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