#F5B1F7

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

Shades of Lavender Rose #F5B1F7

Tints of Lavender Rose #F5B1F7

Color information

#F5B1F7 (or 0xF5B1F7) is unknown color: approx Lavender Rose. HEX triplet: F5, B1 and F7. RGB value is (245,177,247). Sum of RGB (Red+Green+Blue) = 245+177+247=669 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.62% from 669); Green value is 177 (69.53% from 255 or 26.46% from 669); Blue value is 247 (96.88% from 255 or 36.92% from 669); Max value from RGB is 247 - color contains mainly: blue. Hex color #F5B1F7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B1F7 is #0A4E08. Grayscale: #CDCDCD. Windows color (decimal): -675337 or 16232949. OLE color: 16232949.

HSL color Cylindrical-coordinate representation of color #F5B1F7: hue angle of 298.29º degrees, saturation: 0.81, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B1F7 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB245177247-
CMYK0.010.2800.03
HSL298.29º81.4%83.14%-
HSV(B)298.29º28.34%96.86%-
XYZ70.1757.5795.41-
YUV205.31151.53156.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.62%
GREEN value IS 177 (69.53% from 255) = 26.46%
BLUE value IS 247 (96.88% from 255) = 36.92%
R=36.62%
G=26.46%
B=36.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2451772470.010.2800.03298.2981.483.14
HexF5B1F711C0312a5153
Octal36526136713403452121123
Binary11110101101100011111011111110001110010101010100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B1F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B1F7; }

 p { color: rgb(245,177,247); }

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

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

 a { background-color: rgb(245,177,247); }

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

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

 span { border-color: rgb(245,177,247); }

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