#F7C2EA

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

Shades of Classic Rose #F7C2EA

Tints of Classic Rose #F7C2EA

Color information

#F7C2EA (or 0xF7C2EA) is unknown color: approx Classic Rose. HEX triplet: F7, C2 and EA. RGB value is (247,194,234). Sum of RGB (Red+Green+Blue) = 247+194+234=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 194 (76.17% from 255 or 28.74% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C2EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C2EA is #083D15. Grayscale: #D6D6D6. Windows color (decimal): -539926 or 15385335. OLE color: 15385335.

HSL color Cylindrical-coordinate representation of color #F7C2EA: hue angle of 314.72º 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 #F7C2EA is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB247194234-
CMYK00.210.050.03
HSL314.72º76.81%86.47%-
HSV(B)314.72º21.46%96.86%-
XYZ72.564.386.43-
YUV214.41139.06151.25-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.59%
GREEN value IS 194 (76.17% from 255) = 28.74%
BLUE value IS 234 (91.80% from 255) = 34.67%
R=36.59%
G=28.74%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719423400.210.050.03314.7276.8186.47
HexF7C2EA0155313b4d56
Octal36730235202553473115126
Binary1111011111000010111010100101011011110011101110011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C2EA; }

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

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

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

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

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

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

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

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