#F7C1EA

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

Shades of Classic Rose #F7C1EA

Tints of Classic Rose #F7C1EA

Color information

#F7C1EA (or 0xF7C1EA) is unknown color: approx Classic Rose. HEX triplet: F7, C1 and EA. RGB value is (247,193,234). Sum of RGB (Red+Green+Blue) = 247+193+234=674 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.65% from 674); Green value is 193 (75.78% from 255 or 28.64% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C1EA is #083E15. Grayscale: #D5D5D5. Windows color (decimal): -540182 or 15385079. OLE color: 15385079.

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

Color convert

RGB247193234-
CMYK00.220.050.03
HSL314.44º77.14%86.27%-
HSV(B)314.44º21.86%96.86%-
XYZ72.2863.8586.36-
YUV213.82139.39151.67-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.65%
GREEN value IS 193 (75.78% from 255) = 28.64%
BLUE value IS 234 (91.80% from 255) = 34.72%
R=36.65%
G=28.64%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719323400.220.050.03314.4477.1486.27
HexF7C1EA0165313a4d56
Octal36730135202653472115126
Binary1111011111000001111010100101101011110011101010011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C1EA; }

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

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

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

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

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

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

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

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