#F7C2E9

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

Shades of Classic Rose #F7C2E9

Tints of Classic Rose #F7C2E9

Color information

#F7C2E9 (or 0xF7C2E9) is unknown color: approx Classic Rose. HEX triplet: F7, C2 and E9. RGB value is (247,194,233). Sum of RGB (Red+Green+Blue) = 247+194+233=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 194 (76.17% from 255 or 28.78% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2E9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2E9 is #083D16. Grayscale: #D6D6D6. Windows color (decimal): -539927 or 15319799. OLE color: 15319799.

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

Color convert

RGB247194233-
CMYK00.210.060.03
HSL315.85º76.81%86.47%-
HSV(B)315.85º21.46%96.86%-
XYZ72.3664.2485.68-
YUV214.29138.56151.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.65%
GREEN value IS 194 (76.17% from 255) = 28.78%
BLUE value IS 233 (91.41% from 255) = 34.57%
R=36.65%
G=28.78%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719423300.210.060.03315.8576.8186.47
HexF7C2E90156313c4d56
Octal36730235102563474115126
Binary1111011111000010111010010101011101110011110010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2E9; }

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

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

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

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

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

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

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

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