#F9B9F8

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

Shades of Lavender Rose #F9B9F8

Tints of Lavender Rose #F9B9F8

Color information

#F9B9F8 (or 0xF9B9F8) is unknown color: approx Lavender Rose. HEX triplet: F9, B9 and F8. RGB value is (249,185,248). Sum of RGB (Red+Green+Blue) = 249+185+248=682 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.51% from 682); Green value is 185 (72.66% from 255 or 27.13% from 682); Blue value is 248 (97.27% from 255 or 36.36% from 682); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B9F8 is #064607. Grayscale: #D3D3D3. Windows color (decimal): -411144 or 16300537. OLE color: 16300537.

HSL color Cylindrical-coordinate representation of color #F9B9F8: hue angle of 300.94º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F9B9F8 is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB249185248-
CMYK00.260.000.02
HSL300.94º84.21%85.1%-
HSV(B)300.94º25.7%97.65%-
XYZ73.3661.6196.83-
YUV211.32148.7154.88-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.51%
GREEN value IS 185 (72.66% from 255) = 27.13%
BLUE value IS 248 (97.27% from 255) = 36.36%
R=36.51%
G=27.13%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24918524800.260.000.02300.9484.2185.1
HexF9B9F801A0212d5455
Octal37127137003202455124125
Binary11111001101110011111100001101001010010110110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B9F8; }

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

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

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

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

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

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

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

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