#FFB9F5

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

Shades of Lavender Rose #FFB9F5

Tints of Lavender Rose #FFB9F5

Color information

#FFB9F5 (or 0xFFB9F5) is unknown color: approx Lavender Rose. HEX triplet: FF, B9 and F5. RGB value is (255,185,245). Sum of RGB (Red+Green+Blue) = 255+185+245=685 (90% of max value = 765). Red value is 255 (100% from 255 or 37.23% from 685); Green value is 185 (72.66% from 255 or 27.01% from 685); Blue value is 245 (96.09% from 255 or 35.77% from 685); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F5 is #00460A. Grayscale: #D4D4D4. Windows color (decimal): -17931 or 16103935. OLE color: 16103935.

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

Color convert

RGB255185245-
CMYK00.270.040
HSL308.57º100%86.27%-
HSV(B)308.57º27.45%100%-
XYZ75.0762.5594.5-
YUV212.77146.19158.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.23%
GREEN value IS 185 (72.66% from 255) = 27.01%
BLUE value IS 245 (96.09% from 255) = 35.77%
R=37.23%
G=27.01%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518524500.270.040308.5710086.27
HexFFB9F501B401356456
Octal37727136503340465144126
Binary111111111011100111110101011011100010011010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9F5; }

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

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

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

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

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

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

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

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