#FBA7EA

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

Shades of Lavender Rose #FBA7EA

Tints of Lavender Rose #FBA7EA

Color information

#FBA7EA (or 0xFBA7EA) is unknown color: approx Lavender Rose. HEX triplet: FB, A7 and EA. RGB value is (251,167,234). Sum of RGB (Red+Green+Blue) = 251+167+234=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 167 (65.62% from 255 or 25.61% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA7EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA7EA is #045815. Grayscale: #C7C7C7. Windows color (decimal): -284694 or 15378427. OLE color: 15378427.

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

Color convert

RGB251167234-
CMYK00.330.070.02
HSL312.14º91.3%81.96%-
HSV(B)312.14º33.47%98.43%-
XYZ68.4554.0984.67-
YUV199.75147.33164.55-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 167 (65.62% from 255) = 25.61%
BLUE value IS 234 (91.80% from 255) = 35.89%
R=38.50%
G=25.61%
B=35.89%

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
Decimal25116723400.330.070.02312.1491.381.96
HexFBA7EA021721385b52
Octal37324735204172470133122
Binary11111011101001111110101001000011111010011100010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA7EA; }

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

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

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

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

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

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

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

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