#FFB1F9

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

Shades of Lavender Rose #FFB1F9

Tints of Lavender Rose #FFB1F9

Color information

#FFB1F9 (or 0xFFB1F9) is unknown color: approx Lavender Rose. HEX triplet: FF, B1 and F9. RGB value is (255,177,249). Sum of RGB (Red+Green+Blue) = 255+177+249=681 (90% of max value = 765). Red value is 255 (100% from 255 or 37.44% from 681); Green value is 177 (69.53% from 255 or 25.99% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB1F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFB1F9 is #004E06. Grayscale: #D0D0D0. Windows color (decimal): -19975 or 16364031. OLE color: 16364031.

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

Color convert

RGB255177249-
CMYK00.310.020
HSL304.62º100%84.71%-
HSV(B)304.62º30.59%100%-
XYZ74.0659.5497.21-
YUV208.53150.84161.15-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.44%
GREEN value IS 177 (69.53% from 255) = 25.99%
BLUE value IS 249 (97.66% from 255) = 36.56%
R=37.44%
G=25.99%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517724900.310.020304.6210084.71
HexFFB1F901F201316455
Octal37726137103720461144125
Binary11111111101100011111100101111110010011000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB1F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB1F9; }

 p { color: rgb(255,177,249); }

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

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

 a { background-color: rgb(255,177,249); }

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

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

 span { border-color: rgb(255,177,249); }

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