#FFB9F4

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

Shades of Lavender Rose #FFB9F4

Tints of Lavender Rose #FFB9F4

Color information

#FFB9F4 (or 0xFFB9F4) is unknown color: approx Lavender Rose. HEX triplet: FF, B9 and F4. RGB value is (255,185,244). Sum of RGB (Red+Green+Blue) = 255+185+244=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 185 (72.66% from 255 or 27.05% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9F4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9F4 is #00460B. Grayscale: #D4D4D4. Windows color (decimal): -17932 or 16038399. OLE color: 16038399.

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

Color convert

RGB255185244-
CMYK00.270.040
HSL309.43º100%86.27%-
HSV(B)309.43º27.45%100%-
XYZ74.9262.4993.7-
YUV212.66145.69158.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.28%
GREEN value IS 185 (72.66% from 255) = 27.05%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=37.28%
G=27.05%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518524400.270.040309.4310086.27
HexFFB9F401B401356456
Octal37727136403340465144126
Binary111111111011100111110100011011100010011010111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9F4; }

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

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

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

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

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

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

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

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