#FBA0E3

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

Shades of Lavender Rose #FBA0E3

Tints of Lavender Rose #FBA0E3

Color information

#FBA0E3 (or 0xFBA0E3) is unknown color: approx Lavender Rose. HEX triplet: FB, A0 and E3. RGB value is (251,160,227). Sum of RGB (Red+Green+Blue) = 251+160+227=638 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.34% from 638); Green value is 160 (62.89% from 255 or 25.08% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0E3 is #045F1C. Grayscale: #C2C2C2. Windows color (decimal): -286493 or 14917883. OLE color: 14917883.

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

Color convert

RGB251160227-
CMYK00.360.100.02
HSL315.82º91.92%80.59%-
HSV(B)315.82º36.25%98.43%-
XYZ66.2251.279.06-
YUV194.85146.15168.05-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.34%
GREEN value IS 160 (62.89% from 255) = 25.08%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=39.34%
G=25.08%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116022700.360.100.02315.8291.9280.59
HexFBA0E3024A213c5c51
Octal373240343044122474134121
Binary111110111010000011100011010010010101010011110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0E3; }

 p { color: rgb(251,160,227); }

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

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

 a { background-color: rgb(251,160,227); }

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

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

 span { border-color: rgb(251,160,227); }

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