#FBA1ED

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

Shades of Lavender Rose #FBA1ED

Tints of Lavender Rose #FBA1ED

Color information

#FBA1ED (or 0xFBA1ED) is unknown color: approx Lavender Rose. HEX triplet: FB, A1 and ED. RGB value is (251,161,237). Sum of RGB (Red+Green+Blue) = 251+161+237=649 (85% of max value = 765). Red value is 251 (98.44% from 255 or 38.67% from 649); Green value is 161 (63.28% from 255 or 24.81% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1ED is #045E12. Grayscale: #C4C4C4. Windows color (decimal): -286227 or 15573499. OLE color: 15573499.

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

Color convert

RGB251161237-
CMYK00.360.060.02
HSL309.33º91.84%80.78%-
HSV(B)309.33º35.86%98.43%-
XYZ67.8152.1186.61-
YUV196.57150.82166.82-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.67%
GREEN value IS 161 (63.28% from 255) = 24.81%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=38.67%
G=24.81%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116123700.360.060.02309.3391.8480.78
HexFBA1ED024621355c51
Octal37324135504462465134121
Binary11111011101000011110110101001001101010011010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1ED; }

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

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

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

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

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

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

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

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