#FBA9E1

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

Shades of Lavender Rose #FBA9E1

Tints of Lavender Rose #FBA9E1

Color information

#FBA9E1 (or 0xFBA9E1) is unknown color: approx Lavender Rose. HEX triplet: FB, A9 and E1. RGB value is (251,169,225). Sum of RGB (Red+Green+Blue) = 251+169+225=645 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.91% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9E1 is #04561E. Grayscale: #C7C7C7. Windows color (decimal): -284191 or 14789115. OLE color: 14789115.

HSL color Cylindrical-coordinate representation of color #FBA9E1: hue angle of 319.02º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA9E1 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB251169225-
CMYK00.330.100.02
HSL319.02º91.11%82.35%-
HSV(B)319.02º32.67%98.43%-
XYZ67.5654.3278.16-
YUV199.9142.17164.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.91%
GREEN value IS 169 (66.41% from 255) = 26.20%
BLUE value IS 225 (88.28% from 255) = 34.88%
R=38.91%
G=26.20%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116922500.330.100.02319.0291.1182.35
HexFBA9E1021A213f5b52
Octal373251341041122477133122
Binary111110111010100111100001010000110101010011111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9E1; }

 p { color: rgb(251,169,225); }

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

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

 a { background-color: rgb(251,169,225); }

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

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

 span { border-color: rgb(251,169,225); }

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