#F7BCE0

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

Shades of Classic Rose #F7BCE0

Tints of Classic Rose #F7BCE0

Color information

#F7BCE0 (or 0xF7BCE0) is unknown color: approx Classic Rose. HEX triplet: F7, BC and E0. RGB value is (247,188,224). Sum of RGB (Red+Green+Blue) = 247+188+224=659 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.48% from 659); Green value is 188 (73.83% from 255 or 28.53% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BCE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BCE0 is #08431F. Grayscale: #D1D1D1. Windows color (decimal): -541472 or 14728439. OLE color: 14728439.

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

Color convert

RGB247188224-
CMYK00.240.090.03
HSL323.39º78.67%85.29%-
HSV(B)323.39º23.89%96.86%-
XYZ69.861.1278.64-
YUV209.74136.05154.57-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.48%
GREEN value IS 188 (73.83% from 255) = 28.53%
BLUE value IS 224 (87.89% from 255) = 33.99%
R=37.48%
G=28.53%
B=33.99%

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
Decimal24718822400.240.090.03323.3978.6785.29
HexF7BCE0018931434f55
Octal367274340030113503117125
Binary11110111101111001110000001100010011110100001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BCE0; }

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

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

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

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

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

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

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

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