#F7BCE2

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

Shades of Classic Rose #F7BCE2

Tints of Classic Rose #F7BCE2

Color information

#F7BCE2 (or 0xF7BCE2) is unknown color: approx Classic Rose. HEX triplet: F7, BC and E2. RGB value is (247,188,226). Sum of RGB (Red+Green+Blue) = 247+188+226=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 188 (73.83% from 255 or 28.44% from 661); Blue value is 226 (88.67% from 255 or 34.19% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCE2 is #08431D. Grayscale: #D1D1D1. Windows color (decimal): -541470 or 14859511. OLE color: 14859511.

HSL color Cylindrical-coordinate representation of color #F7BCE2: hue angle of 321.36º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BCE2 is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB247188226-
CMYK00.240.090.03
HSL321.36º78.67%85.29%-
HSV(B)321.36º23.89%96.86%-
XYZ70.0761.2380.08-
YUV209.97137.05154.41-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.37%
GREEN value IS 188 (73.83% from 255) = 28.44%
BLUE value IS 226 (88.67% from 255) = 34.19%
R=37.37%
G=28.44%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718822600.240.090.03321.3678.6785.29
HexF7BCE2018931414f55
Octal367274342030113501117125
Binary11110111101111001110001001100010011110100000110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCE2; }

 p { color: rgb(247,188,226); }

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

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

 a { background-color: rgb(247,188,226); }

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

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

 span { border-color: rgb(247,188,226); }

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