#F7C6E9

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

Shades of Classic Rose #F7C6E9

Tints of Classic Rose #F7C6E9

Color information

#F7C6E9 (or 0xF7C6E9) is unknown color: approx Classic Rose. HEX triplet: F7, C6 and E9. RGB value is (247,198,233). Sum of RGB (Red+Green+Blue) = 247+198+233=678 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.43% from 678); Green value is 198 (77.73% from 255 or 29.20% from 678); Blue value is 233 (91.41% from 255 or 34.37% from 678); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C6E9 is #083916. Grayscale: #D8D8D8. Windows color (decimal): -538903 or 15320823. OLE color: 15320823.

HSL color Cylindrical-coordinate representation of color #F7C6E9: hue angle of 317.14º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F7C6E9 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB247198233-
CMYK00.200.060.03
HSL317.14º75.38%87.25%-
HSV(B)317.14º19.84%96.86%-
XYZ73.2666.0585.98-
YUV216.64137.23149.65-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.43%
GREEN value IS 198 (77.73% from 255) = 29.20%
BLUE value IS 233 (91.41% from 255) = 34.37%
R=36.43%
G=29.20%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719823300.200.060.03317.1475.3887.25
HexF7C6E90146313d4b57
Octal36730635102463475113127
Binary1111011111000110111010010101001101110011110110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C6E9; }

 p { color: rgb(247,198,233); }

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

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

 a { background-color: rgb(247,198,233); }

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

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

 span { border-color: rgb(247,198,233); }

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