#FEC6F0

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

Shades of Classic Rose #FEC6F0

Tints of Classic Rose #FEC6F0

Color information

#FEC6F0 (or 0xFEC6F0) is unknown color: approx Classic Rose. HEX triplet: FE, C6 and F0. RGB value is (254,198,240). Sum of RGB (Red+Green+Blue) = 254+198+240=692 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.71% from 692); Green value is 198 (77.73% from 255 or 28.61% from 692); Blue value is 240 (94.14% from 255 or 34.68% from 692); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC6F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEC6F0 is #01390F. Grayscale: #DBDBDB. Windows color (decimal): -80144 or 15779582. OLE color: 15779582.

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

Color convert

RGB254198240-
CMYK00.220.060.00
HSL315º96.55%88.63%-
HSV(B)315º22.05%99.61%-
XYZ76.867.7591.47-
YUV219.53139.55152.58-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 36.71%
GREEN value IS 198 (77.73% from 255) = 28.61%
BLUE value IS 240 (94.14% from 255) = 34.68%
R=36.71%
G=28.61%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25419824000.220.060.0031596.5588.63
HexFEC6F00166013b6159
Octal37630636002660473141131
Binary111111101100011011110000010110110010011101111000011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC6F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC6F0; }

 p { color: rgb(254,198,240); }

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

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

 a { background-color: rgb(254,198,240); }

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

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

 span { border-color: rgb(254,198,240); }

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