#F7C6EB

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

Shades of Classic Rose #F7C6EB

Tints of Classic Rose #F7C6EB

Color information

#F7C6EB (or 0xF7C6EB) is unknown color: approx Classic Rose. HEX triplet: F7, C6 and EB. RGB value is (247,198,235). Sum of RGB (Red+Green+Blue) = 247+198+235=680 (90% of max value = 765). Red value is 247 (96.88% from 255 or 36.32% from 680); Green value is 198 (77.73% from 255 or 29.12% from 680); Blue value is 235 (92.19% from 255 or 34.56% from 680); Max value from RGB is 247 - color contains mainly: red. Hex color #F7C6EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7C6EB is #083914. Grayscale: #D8D8D8. Windows color (decimal): -538901 or 15451895. OLE color: 15451895.

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

Color convert

RGB247198235-
CMYK00.200.050.03
HSL314.69º75.38%87.25%-
HSV(B)314.69º19.84%96.86%-
XYZ73.5566.1687.49-
YUV216.87138.23149.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.32%
GREEN value IS 198 (77.73% from 255) = 29.12%
BLUE value IS 235 (92.19% from 255) = 34.56%
R=36.32%
G=29.12%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24719823500.200.050.03314.6975.3887.25
HexF7C6EB0145313b4b57
Octal36730635302453473113127
Binary1111011111000110111010110101001011110011101110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7C6EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7C6EB; }

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

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

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

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

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

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

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

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