#FFB9FE

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

Shades of Lavender Rose #FFB9FE

Tints of Lavender Rose #FFB9FE

Color information

#FFB9FE (or 0xFFB9FE) is unknown color: approx Lavender Rose. HEX triplet: FF, B9 and FE. RGB value is (255,185,254). Sum of RGB (Red+Green+Blue) = 255+185+254=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 185 (72.66% from 255 or 26.66% from 694); Blue value is 254 (99.61% from 255 or 36.60% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFB9FE is #004601. Grayscale: #D5D5D5. Windows color (decimal): -17922 or 16693759. OLE color: 16693759.

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

Color convert

RGB255185254-
CMYK00.270.000
HSL300.86º100%86.27%-
HSV(B)300.86º27.45%100%-
XYZ76.4863.11101.92-
YUV213.8150.69157.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.74%
GREEN value IS 185 (72.66% from 255) = 26.66%
BLUE value IS 254 (99.61% from 255) = 36.60%
R=36.74%
G=26.66%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518525400.270.000300.8610086.27
HexFFB9FE01B0012d6456
Octal37727137603300455144126
Binary1111111110111001111111100110110010010110111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB9FE; }

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

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

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

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

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

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

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

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