#F7C9E7

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

Shades of Classic Rose #F7C9E7

Tints of Classic Rose #F7C9E7

Color information

#F7C9E7 (or 0xF7C9E7) is unknown color: approx Classic Rose. HEX triplet: F7, C9 and E7. RGB value is (247,201,231). Sum of RGB (Red+Green+Blue) = 247+201+231=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 201 (78.91% from 255 or 29.60% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C9E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C9E7 is #083618. Grayscale: #DADADA. Windows color (decimal): -538137 or 15190519. OLE color: 15190519.

HSL color Cylindrical-coordinate representation of color #F7C9E7: hue angle of 320.87º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #F7C9E7 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB247201231-
CMYK00.190.060.03
HSL320.87º74.19%87.84%-
HSV(B)320.87º18.62%96.86%-
XYZ73.6767.3284.71-
YUV218.17135.24148.56-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.38%
GREEN value IS 201 (78.91% from 255) = 29.60%
BLUE value IS 231 (90.62% from 255) = 34.02%
R=36.38%
G=29.60%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720123100.190.060.03320.8774.1987.84
HexF7C9E7013631414a58
Octal36731134702363501112130
Binary1111011111001001111001110100111101110100000110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C9E7; }

 p { color: rgb(247,201,231); }

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

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

 a { background-color: rgb(247,201,231); }

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

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

 span { border-color: rgb(247,201,231); }

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