#F7BBF1

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

Shades of Lavender Rose #F7BBF1

Tints of Lavender Rose #F7BBF1

Color information

#F7BBF1 (or 0xF7BBF1) is unknown color: approx Lavender Rose. HEX triplet: F7, BB and F1. RGB value is (247,187,241). Sum of RGB (Red+Green+Blue) = 247+187+241=675 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.59% from 675); Green value is 187 (73.44% from 255 or 27.70% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBF1 is #08440E. Grayscale: #D2D2D2. Windows color (decimal): -541711 or 15842295. OLE color: 15842295.

HSL color Cylindrical-coordinate representation of color #F7BBF1: hue angle of 306º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F7BBF1 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB247187241-
CMYK00.240.020.03
HSL306º78.95%85.1%-
HSV(B)306º24.29%96.86%-
XYZ72.0161.6791.33-
YUV211.1144.88153.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.59%
GREEN value IS 187 (73.44% from 255) = 27.70%
BLUE value IS 241 (94.53% from 255) = 35.70%
R=36.59%
G=27.70%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718724100.240.020.0330678.9585.1
HexF7BBF1018231324f55
Octal36727336103023462117125
Binary111101111011101111110001011000101110011001010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBF1; }

 p { color: rgb(247,187,241); }

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

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

 a { background-color: rgb(247,187,241); }

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

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

 span { border-color: rgb(247,187,241); }

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