#F8B0EE

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

Shades of Lavender Rose #F8B0EE

Tints of Lavender Rose #F8B0EE

Color information

#F8B0EE (or 0xF8B0EE) is unknown color: approx Lavender Rose. HEX triplet: F8, B0 and EE. RGB value is (248,176,238). Sum of RGB (Red+Green+Blue) = 248+176+238=662 (87% of max value = 765). Red value is 248 (97.27% from 255 or 37.46% from 662); Green value is 176 (69.14% from 255 or 26.59% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B0EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F8B0EE is #074F11. Grayscale: #CCCCCC. Windows color (decimal): -478994 or 15642872. OLE color: 15642872.

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

Color convert

RGB248176238-
CMYK00.290.040.03
HSL308.33º83.72%83.14%-
HSV(B)308.33º29.03%97.25%-
XYZ69.6757.1888.25-
YUV204.6146.85158.96-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.46%
GREEN value IS 176 (69.14% from 255) = 26.59%
BLUE value IS 238 (93.36% from 255) = 35.95%
R=37.46%
G=26.59%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24817623800.290.040.03308.3383.7283.14
HexF8B0EE01D431345453
Octal37026035603543464124123
Binary1111100010110000111011100111011001110011010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B0EE; }

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

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

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

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

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

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

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

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