#FFB9F1

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

Shades of Lavender Rose #FFB9F1

Tints of Lavender Rose #FFB9F1

Color information

#FFB9F1 (or 0xFFB9F1) is unknown color: approx Lavender Rose. HEX triplet: FF, B9 and F1. RGB value is (255,185,241). Sum of RGB (Red+Green+Blue) = 255+185+241=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 185 (72.66% from 255 or 27.17% from 681); Blue value is 241 (94.53% from 255 or 35.39% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F1 is #00460E. Grayscale: #D4D4D4. Windows color (decimal): -17935 or 15841791. OLE color: 15841791.

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

Color convert

RGB255185241-
CMYK00.270.050
HSL312º100%86.27%-
HSV(B)312º27.45%100%-
XYZ74.4762.3191.32-
YUV212.31144.19158.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 185 (72.66% from 255) = 27.17%
BLUE value IS 241 (94.53% from 255) = 35.39%
R=37.44%
G=27.17%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518524100.270.05031210086.27
HexFFB9F101B501386456
Octal37727136103350470144126
Binary111111111011100111110001011011101010011100011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9F1; }

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

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

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

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

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

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

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

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