#F8BBE5

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

Shades of Lavender Rose #F8BBE5

Tints of Lavender Rose #F8BBE5

Color information

#F8BBE5 (or 0xF8BBE5) is unknown color: approx Lavender Rose. HEX triplet: F8, BB and E5. RGB value is (248,187,229). Sum of RGB (Red+Green+Blue) = 248+187+229=664 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.35% from 664); Green value is 187 (73.44% from 255 or 28.16% from 664); Blue value is 229 (89.84% from 255 or 34.49% from 664); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8BBE5 is #07441A. Grayscale: #D1D1D1. Windows color (decimal): -476187 or 15055864. OLE color: 15055864.

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

Color convert

RGB248187229-
CMYK00.250.080.03
HSL318.69º81.33%85.29%-
HSV(B)318.69º24.6%97.25%-
XYZ70.6261.1582.21-
YUV210.03138.71155.08-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.35%
GREEN value IS 187 (73.44% from 255) = 28.16%
BLUE value IS 229 (89.84% from 255) = 34.49%
R=37.35%
G=28.16%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818722900.250.080.03318.6981.3385.29
HexF8BBE50198313f5155
Octal370273345031103477121125
Binary11111000101110111110010101100110001110011111110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBE5; }

 p { color: rgb(248,187,229); }

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

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

 a { background-color: rgb(248,187,229); }

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

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

 span { border-color: rgb(248,187,229); }

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