#F9B4FB

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

Shades of Lavender Rose #F9B4FB

Tints of Lavender Rose #F9B4FB

Color information

#F9B4FB (or 0xF9B4FB) is unknown color: approx Lavender Rose. HEX triplet: F9, B4 and FB. RGB value is (249,180,251). Sum of RGB (Red+Green+Blue) = 249+180+251=680 (90% of max value = 765). Red value is 249 (97.66% from 255 or 36.62% from 680); Green value is 180 (70.70% from 255 or 26.47% from 680); Blue value is 251 (98.44% from 255 or 36.91% from 680); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9B4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B4FB is #064B04. Grayscale: #D0D0D0. Windows color (decimal): -412421 or 16495865. OLE color: 16495865.

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

Color convert

RGB249180251-
CMYK0.010.2800.02
HSL298.31º89.87%84.51%-
HSV(B)298.31º28.29%98.43%-
XYZ72.859.7598.96-
YUV208.72151.86156.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.62%
GREEN value IS 180 (70.70% from 255) = 26.47%
BLUE value IS 251 (98.44% from 255) = 36.91%
R=36.62%
G=26.47%
B=36.91%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491802510.010.2800.02298.3189.8784.51
HexF9B4FB11C0212a5a55
Octal37126437313402452132125
Binary11111001101101001111101111110001010010101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B4FB; }

 p { color: rgb(249,180,251); }

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

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

 a { background-color: rgb(249,180,251); }

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

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

 span { border-color: rgb(249,180,251); }

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