#F7B1E5

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

Shades of Lavender Rose #F7B1E5

Tints of Lavender Rose #F7B1E5

Color information

#F7B1E5 (or 0xF7B1E5) is unknown color: approx Lavender Rose. HEX triplet: F7, B1 and E5. RGB value is (247,177,229). Sum of RGB (Red+Green+Blue) = 247+177+229=653 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.83% from 653); Green value is 177 (69.53% from 255 or 27.11% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B1E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7B1E5 is #084E1A. Grayscale: #CBCBCB. Windows color (decimal): -544283 or 15053303. OLE color: 15053303.

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

Color convert

RGB247177229-
CMYK00.280.070.03
HSL315.43º81.4%83.14%-
HSV(B)315.43º28.34%96.86%-
XYZ68.2256.8881.51-
YUV203.86142.19158.77-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.83%
GREEN value IS 177 (69.53% from 255) = 27.11%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=37.83%
G=27.11%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717722900.280.070.03315.4381.483.14
HexF7B1E501C7313b5153
Octal36726134503473473121123
Binary1111011110110001111001010111001111110011101110100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B1E5; }

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

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

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

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

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

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

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

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