#F7BAE4

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

Shades of Lavender Rose #F7BAE4

Tints of Lavender Rose #F7BAE4

Color information

#F7BAE4 (or 0xF7BAE4) is unknown color: approx Lavender Rose. HEX triplet: F7, BA and E4. RGB value is (247,186,228). Sum of RGB (Red+Green+Blue) = 247+186+228=661 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.37% from 661); Green value is 186 (73.05% from 255 or 28.14% from 661); Blue value is 228 (89.45% from 255 or 34.49% from 661); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7BAE4 is #08451B. Grayscale: #D0D0D0. Windows color (decimal): -541980 or 14990071. OLE color: 14990071.

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

Color convert

RGB247186228-
CMYK00.250.080.03
HSL318.69º79.22%84.9%-
HSV(B)318.69º24.7%96.86%-
XYZ69.9260.4981.39-
YUV209.03138.71155.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.37%
GREEN value IS 186 (73.05% from 255) = 28.14%
BLUE value IS 228 (89.45% from 255) = 34.49%
R=37.37%
G=28.14%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718622800.250.080.03318.6979.2284.9
HexF7BAE40198313f4f55
Octal367272344031103477117125
Binary11110111101110101110010001100110001110011111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAE4; }

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

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

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

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

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

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

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

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