#f7baef

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

Shades of Lavender Rose #F7BAEF

Tints of Lavender Rose #F7BAEF

Color information

#F7BAEF (or 0xF7BAEF) is unknown color: approx Lavender Rose. HEX triplet: F7, BA and EF. RGB value is (247,186,239). Sum of RGB (Red+Green+Blue) = 247+186+239=672 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.76% from 672); Green value is 186 (73.05% from 255 or 27.68% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAEF is #084510. Grayscale: #D2D2D2. Windows color (decimal): -541969 or 15710967. OLE color: 15710967.

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

Color convert

RGB247186239-
CMYK00.250.030.03
HSL307.87º79.22%84.9%-
HSV(B)307.87º24.7%96.86%-
XYZ71.561.1289.69-
YUV210.28144.21154.19-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.76%
GREEN value IS 186 (73.05% from 255) = 27.68%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=36.76%
G=27.68%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718623900.250.030.03307.8779.2284.9
HexF7BAEF019331344f55
Octal36727235703133464117125
Binary111101111011101011101111011001111110011010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7baef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7baef; }

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

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

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

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

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

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

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

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