#F8B0E9

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

Shades of Lavender Rose #F8B0E9

Tints of Lavender Rose #F8B0E9

Color information

#F8B0E9 (or 0xF8B0E9) is unknown color: approx Lavender Rose. HEX triplet: F8, B0 and E9. RGB value is (248,176,233). Sum of RGB (Red+Green+Blue) = 248+176+233=657 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.75% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 233 (91.41% from 255 or 35.46% from 657); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B0E9 is #074F16. Grayscale: #CBCBCB. Windows color (decimal): -478999 or 15315192. OLE color: 15315192.

HSL color Cylindrical-coordinate representation of color #F8B0E9: hue angle of 312.5º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F8B0E9 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB248176233-
CMYK00.290.060.03
HSL312.5º83.72%83.14%-
HSV(B)312.5º29.03%97.25%-
XYZ68.9456.8984.44-
YUV204.03144.35159.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.75%
GREEN value IS 176 (69.14% from 255) = 26.79%
BLUE value IS 233 (91.41% from 255) = 35.46%
R=37.75%
G=26.79%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817623300.290.060.03312.583.7283.14
HexF8B0E901D631385453
Octal37026035103563470124123
Binary1111100010110000111010010111011101110011100010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0E9; }

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

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

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

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

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

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

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

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