#F8B9EF

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

Shades of Lavender Rose #F8B9EF

Tints of Lavender Rose #F8B9EF

Color information

#F8B9EF (or 0xF8B9EF) is unknown color: approx Lavender Rose. HEX triplet: F8, B9 and EF. RGB value is (248,185,239). Sum of RGB (Red+Green+Blue) = 248+185+239=672 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.90% from 672); Green value is 185 (72.66% from 255 or 27.53% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B9EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8B9EF is #074610. Grayscale: #D1D1D1. Windows color (decimal): -476689 or 15710712. OLE color: 15710712.

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

Color convert

RGB248185239-
CMYK00.250.040.03
HSL308.57º81.82%84.9%-
HSV(B)308.57º25.4%97.25%-
XYZ71.6460.8989.64-
YUV209.99144.37155.11-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.90%
GREEN value IS 185 (72.66% from 255) = 27.53%
BLUE value IS 239 (93.75% from 255) = 35.57%
R=36.90%
G=27.53%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24818523900.250.040.03308.5781.8284.9
HexF8B9EF019431355255
Octal37027135703143465122125
Binary1111100010111001111011110110011001110011010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8B9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8B9EF; }

 p { color: rgb(248,185,239); }

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

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

 a { background-color: rgb(248,185,239); }

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

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

 span { border-color: rgb(248,185,239); }

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