#FBA9EA

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

Shades of Lavender Rose #FBA9EA

Tints of Lavender Rose #FBA9EA

Color information

#FBA9EA (or 0xFBA9EA) is unknown color: approx Lavender Rose. HEX triplet: FB, A9 and EA. RGB value is (251,169,234). Sum of RGB (Red+Green+Blue) = 251+169+234=654 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.38% from 654); Green value is 169 (66.41% from 255 or 25.84% from 654); Blue value is 234 (91.80% from 255 or 35.78% from 654); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA9EA is #045615. Grayscale: #C8C8C8. Windows color (decimal): -284182 or 15378939. OLE color: 15378939.

HSL color Cylindrical-coordinate representation of color #FBA9EA: hue angle of 312.44º 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 #FBA9EA is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB251169234-
CMYK00.330.070.02
HSL312.44º91.11%82.35%-
HSV(B)312.44º32.67%98.43%-
XYZ68.8254.8384.8-
YUV200.93146.67163.71-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.38%
GREEN value IS 169 (66.41% from 255) = 25.84%
BLUE value IS 234 (91.80% from 255) = 35.78%
R=38.38%
G=25.84%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116923400.330.070.02312.4491.1182.35
HexFBA9EA021721385b52
Octal37325135204172470133122
Binary11111011101010011110101001000011111010011100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9EA; }

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

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

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

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

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

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

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

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