#FBA8EE

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

Shades of Lavender Rose #FBA8EE

Tints of Lavender Rose #FBA8EE

Color information

#FBA8EE (or 0xFBA8EE) is unknown color: approx Lavender Rose. HEX triplet: FB, A8 and EE. RGB value is (251,168,238). Sum of RGB (Red+Green+Blue) = 251+168+238=657 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.20% from 657); Green value is 168 (66.02% from 255 or 25.57% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA8EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA8EE is #045711. Grayscale: #C8C8C8. Windows color (decimal): -284434 or 15640827. OLE color: 15640827.

HSL color Cylindrical-coordinate representation of color #FBA8EE: hue angle of 309.4º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FBA8EE is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB251168238-
CMYK00.330.050.02
HSL309.4º91.21%82.16%-
HSV(B)309.4º33.07%98.43%-
XYZ69.2254.6987.8-
YUV200.8149163.81-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.20%
GREEN value IS 168 (66.02% from 255) = 25.57%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=38.20%
G=25.57%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116823800.330.050.02309.491.2182.16
HexFBA8EE021521355b52
Octal37325035604152465133122
Binary11111011101010001110111001000011011010011010110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA8EE; }

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

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

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

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

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

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

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

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