#FBA4E3

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

Shades of Lavender Rose #FBA4E3

Tints of Lavender Rose #FBA4E3

Color information

#FBA4E3 (or 0xFBA4E3) is unknown color: approx Lavender Rose. HEX triplet: FB, A4 and E3. RGB value is (251,164,227). Sum of RGB (Red+Green+Blue) = 251+164+227=642 (85% of max value = 765). Red value is 251 (98.44% from 255 or 39.10% from 642); Green value is 164 (64.45% from 255 or 25.55% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4E3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4E3 is #045B1C. Grayscale: #C5C5C5. Windows color (decimal): -285469 or 14918907. OLE color: 14918907.

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

Color convert

RGB251164227-
CMYK00.350.100.02
HSL316.55º91.58%81.37%-
HSV(B)316.55º34.66%98.43%-
XYZ66.9252.6179.3-
YUV197.2144.82166.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.10%
GREEN value IS 164 (64.45% from 255) = 25.55%
BLUE value IS 227 (89.06% from 255) = 35.36%
R=39.10%
G=25.55%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116422700.350.100.02316.5591.5881.37
HexFBA4E3023A213d5c51
Octal373244343043122475134121
Binary111110111010010011100011010001110101010011110110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4E3; }

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

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

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

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

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

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

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

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