#F7BAF4

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

Shades of Lavender Rose #F7BAF4

Tints of Lavender Rose #F7BAF4

Color information

#F7BAF4 (or 0xF7BAF4) is unknown color: approx Lavender Rose. HEX triplet: F7, BA and F4. RGB value is (247,186,244). Sum of RGB (Red+Green+Blue) = 247+186+244=677 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.48% from 677); Green value is 186 (73.05% from 255 or 27.47% from 677); Blue value is 244 (95.70% from 255 or 36.04% from 677); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BAF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BAF4 is #08450B. Grayscale: #D2D2D2. Windows color (decimal): -541964 or 16038647. OLE color: 16038647.

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

Color convert

RGB247186244-
CMYK00.250.010.03
HSL302.95º79.22%84.9%-
HSV(B)302.95º24.7%96.86%-
XYZ72.2561.4293.64-
YUV210.85146.71153.78-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.48%
GREEN value IS 186 (73.05% from 255) = 27.47%
BLUE value IS 244 (95.70% from 255) = 36.04%
R=36.48%
G=27.47%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718624400.250.010.03302.9579.2284.9
HexF7BAF40191312f4f55
Octal36727236403113457117125
Binary11110111101110101111010001100111110010111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BAF4; }

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

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

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

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

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

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

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

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