#F7BAE8

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

Shades of Lavender Rose #F7BAE8

Tints of Lavender Rose #F7BAE8

Color information

#F7BAE8 (or 0xF7BAE8) is unknown color: approx Lavender Rose. HEX triplet: F7, BA and E8. RGB value is (247,186,232). Sum of RGB (Red+Green+Blue) = 247+186+232=665 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.14% from 665); Green value is 186 (73.05% from 255 or 27.97% from 665); Blue value is 232 (91.02% from 255 or 34.89% from 665); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAE8 is #084517. Grayscale: #D1D1D1. Windows color (decimal): -541976 or 15252215. OLE color: 15252215.

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

Color convert

RGB247186232-
CMYK00.250.060.03
HSL314.75º79.22%84.9%-
HSV(B)314.75º24.7%96.86%-
XYZ70.4860.7284.35-
YUV209.48140.71154.76-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.14%
GREEN value IS 186 (73.05% from 255) = 27.97%
BLUE value IS 232 (91.02% from 255) = 34.89%
R=37.14%
G=27.97%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718623200.250.060.03314.7579.2284.9
HexF7BAE80196313b4f55
Octal36727235003163473117125
Binary1111011110111010111010000110011101110011101110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAE8; }

 p { color: rgb(247,186,232); }

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

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

 a { background-color: rgb(247,186,232); }

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

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

 span { border-color: rgb(247,186,232); }

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