#F7BBE0

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

Shades of Classic Rose #F7BBE0

Tints of Classic Rose #F7BBE0

Color information

#F7BBE0 (or 0xF7BBE0) is unknown color: approx Classic Rose. HEX triplet: F7, BB and E0. RGB value is (247,187,224). Sum of RGB (Red+Green+Blue) = 247+187+224=658 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.54% from 658); Green value is 187 (73.44% from 255 or 28.42% from 658); Blue value is 224 (87.89% from 255 or 34.04% from 658); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BBE0 is #08441F. Grayscale: #D1D1D1. Windows color (decimal): -541728 or 14728183. OLE color: 14728183.

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

Color convert

RGB247187224-
CMYK00.240.090.03
HSL323º78.95%85.1%-
HSV(B)323º24.29%96.86%-
XYZ69.5860.778.57-
YUV209.16136.38154.99-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.54%
GREEN value IS 187 (73.44% from 255) = 28.42%
BLUE value IS 224 (87.89% from 255) = 34.04%
R=37.54%
G=28.42%
B=34.04%

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
Decimal24718722400.240.090.0332378.9585.1
HexF7BBE0018931434f55
Octal367273340030113503117125
Binary11110111101110111110000001100010011110100001110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBE0; }

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

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

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

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

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

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

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

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