#F7BBF5

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

Shades of Lavender Rose #F7BBF5

Tints of Lavender Rose #F7BBF5

Color information

#F7BBF5 (or 0xF7BBF5) is unknown color: approx Lavender Rose. HEX triplet: F7, BB and F5. RGB value is (247,187,245). Sum of RGB (Red+Green+Blue) = 247+187+245=679 (89% of max value = 765). Red value is 247 (96.88% from 255 or 36.38% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 245 (96.09% from 255 or 36.08% from 679); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BBF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7BBF5 is #08440A. Grayscale: #D3D3D3. Windows color (decimal): -541707 or 16104439. OLE color: 16104439.

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

Color convert

RGB247187245-
CMYK00.240.010.03
HSL302º78.95%85.1%-
HSV(B)302º24.29%96.86%-
XYZ72.6161.9194.51-
YUV211.55146.88153.28-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.38%
GREEN value IS 187 (73.44% from 255) = 27.54%
BLUE value IS 245 (96.09% from 255) = 36.08%
R=36.38%
G=27.54%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718724500.240.010.0330278.9585.1
HexF7BBF50181312e4f55
Octal36727336503013456117125
Binary11110111101110111111010101100011110010111010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7BBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7BBF5; }

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

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

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

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

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

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

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

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