#FFB9F7

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

Shades of Lavender Rose #FFB9F7

Tints of Lavender Rose #FFB9F7

Color information

#FFB9F7 (or 0xFFB9F7) is unknown color: approx Lavender Rose. HEX triplet: FF, B9 and F7. RGB value is (255,185,247). Sum of RGB (Red+Green+Blue) = 255+185+247=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 185 (72.66% from 255 or 26.93% from 687); Blue value is 247 (96.88% from 255 or 35.95% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F7 is #004608. Grayscale: #D4D4D4. Windows color (decimal): -17929 or 16235007. OLE color: 16235007.

HSL color Cylindrical-coordinate representation of color #FFB9F7: hue angle of 306.86º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FFB9F7 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255185247-
CMYK00.270.030
HSL306.86º100%86.27%-
HSV(B)306.86º27.45%100%-
XYZ75.3862.6796.12-
YUV213147.19157.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.12%
GREEN value IS 185 (72.66% from 255) = 26.93%
BLUE value IS 247 (96.88% from 255) = 35.95%
R=37.12%
G=26.93%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518524700.270.030306.8610086.27
HexFFB9F701B301336456
Octal37727136703330463144126
Binary11111111101110011111011101101111010011001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9F7; }

 p { color: rgb(255,185,247); }

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

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

 a { background-color: rgb(255,185,247); }

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

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

 span { border-color: rgb(255,185,247); }

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