#FBA1EE

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

Shades of Lavender Rose #FBA1EE

Tints of Lavender Rose #FBA1EE

Color information

#FBA1EE (or 0xFBA1EE) is unknown color: approx Lavender Rose. HEX triplet: FB, A1 and EE. RGB value is (251,161,238). Sum of RGB (Red+Green+Blue) = 251+161+238=650 (86% of max value = 765). Red value is 251 (98.44% from 255 or 38.62% from 650); Green value is 161 (63.28% from 255 or 24.77% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA1EE is #045E11. Grayscale: #C4C4C4. Windows color (decimal): -286226 or 15639035. OLE color: 15639035.

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

Color convert

RGB251161238-
CMYK00.360.050.02
HSL308.67º91.84%80.78%-
HSV(B)308.67º35.86%98.43%-
XYZ67.9652.1787.38-
YUV196.69151.32166.74-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.62%
GREEN value IS 161 (63.28% from 255) = 24.77%
BLUE value IS 238 (93.36% from 255) = 36.62%
R=38.62%
G=24.77%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116123800.360.050.02308.6791.8480.78
HexFBA1EE024521355c51
Octal37324135604452465134121
Binary11111011101000011110111001001001011010011010110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1EE; }

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

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

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

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

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

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

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

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