#F9B3FB

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

Shades of Lavender Rose #F9B3FB

Tints of Lavender Rose #F9B3FB

Color information

#F9B3FB (or 0xF9B3FB) is unknown color: approx Lavender Rose. HEX triplet: F9, B3 and FB. RGB value is (249,179,251). Sum of RGB (Red+Green+Blue) = 249+179+251=679 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.67% from 679); Green value is 179 (70.31% from 255 or 26.36% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #F9B3FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9B3FB is #064C04. Grayscale: #CFCFCF. Windows color (decimal): -412677 or 16495609. OLE color: 16495609.

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

Color convert

RGB249179251-
CMYK0.010.2900.02
HSL298.33º90%84.31%-
HSV(B)298.33º28.69%98.43%-
XYZ72.659.3498.9-
YUV208.14152.19157.15-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.67%
GREEN value IS 179 (70.31% from 255) = 26.36%
BLUE value IS 251 (98.44% from 255) = 36.97%
R=36.67%
G=26.36%
B=36.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491792510.010.2900.02298.339084.31
HexF9B3FB11D0212a5a54
Octal37126337313502452132124
Binary11111001101100111111101111110101010010101010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9B3FB; }

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

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

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

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

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

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

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

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