#FFB9F8

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

Shades of Lavender Rose #FFB9F8

Tints of Lavender Rose #FFB9F8

Color information

#FFB9F8 (or 0xFFB9F8) is unknown color: approx Lavender Rose. HEX triplet: FF, B9 and F8. RGB value is (255,185,248). Sum of RGB (Red+Green+Blue) = 255+185+248=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 185 (72.66% from 255 or 26.89% from 688); Blue value is 248 (97.27% from 255 or 36.05% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F8 is #004607. Grayscale: #D4D4D4. Windows color (decimal): -17928 or 16300543. OLE color: 16300543.

HSL color Cylindrical-coordinate representation of color #FFB9F8: hue angle of 306º 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 #FFB9F8 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB255185248-
CMYK00.270.030
HSL306º100%86.27%-
HSV(B)306º27.45%100%-
XYZ75.5362.7496.94-
YUV213.11147.69157.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.06%
GREEN value IS 185 (72.66% from 255) = 26.89%
BLUE value IS 248 (97.27% from 255) = 36.05%
R=37.06%
G=26.89%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518524800.270.03030610086.27
HexFFB9F801B301326456
Octal37727137003330462144126
Binary11111111101110011111100001101111010011001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9F8; }

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

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

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

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

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

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

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

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