#FBA4ED

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

Shades of Lavender Rose #FBA4ED

Tints of Lavender Rose #FBA4ED

Color information

#FBA4ED (or 0xFBA4ED) is unknown color: approx Lavender Rose. HEX triplet: FB, A4 and ED. RGB value is (251,164,237). Sum of RGB (Red+Green+Blue) = 251+164+237=652 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.50% from 652); Green value is 164 (64.45% from 255 or 25.15% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA4ED is #045B12. Grayscale: #C6C6C6. Windows color (decimal): -285459 or 15574267. OLE color: 15574267.

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

Color convert

RGB251164237-
CMYK00.350.060.02
HSL309.66º91.58%81.37%-
HSV(B)309.66º34.66%98.43%-
XYZ68.3553.1786.78-
YUV198.34149.82165.56-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.50%
GREEN value IS 164 (64.45% from 255) = 25.15%
BLUE value IS 237 (92.97% from 255) = 36.35%
R=38.50%
G=25.15%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116423700.350.060.02309.6691.5881.37
HexFBA4ED023621365c51
Octal37324435504362466134121
Binary11111011101001001110110101000111101010011011010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4ED; }

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

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

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

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

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

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

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

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