#F8BBE9

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

Shades of Lavender Rose #F8BBE9

Tints of Lavender Rose #F8BBE9

Color information

#F8BBE9 (or 0xF8BBE9) is unknown color: approx Lavender Rose. HEX triplet: F8, BB and E9. RGB value is (248,187,233). Sum of RGB (Red+Green+Blue) = 248+187+233=668 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.13% from 668); Green value is 187 (73.44% from 255 or 27.99% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 248 - color contains mainly: red. Hex color #F8BBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8BBE9 is #074416. Grayscale: #D2D2D2. Windows color (decimal): -476183 or 15318008. OLE color: 15318008.

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

Color convert

RGB248187233-
CMYK00.250.060.03
HSL314.75º81.33%85.29%-
HSV(B)314.75º24.6%97.25%-
XYZ71.1961.3885.19-
YUV210.48140.71154.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.13%
GREEN value IS 187 (73.44% from 255) = 27.99%
BLUE value IS 233 (91.41% from 255) = 34.88%
R=37.13%
G=27.99%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818723300.250.060.03314.7581.3385.29
HexF8BBE90196313b5155
Octal37027335103163473121125
Binary1111100010111011111010010110011101110011101110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8BBE9; }

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

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

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

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

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

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

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

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