#FBA5F3

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

Shades of Lavender Rose #FBA5F3

Tints of Lavender Rose #FBA5F3

Color information

#FBA5F3 (or 0xFBA5F3) is unknown color: approx Lavender Rose. HEX triplet: FB, A5 and F3. RGB value is (251,165,243). Sum of RGB (Red+Green+Blue) = 251+165+243=659 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.09% from 659); Green value is 165 (64.84% from 255 or 25.04% from 659); Blue value is 243 (95.31% from 255 or 36.87% from 659); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5F3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FBA5F3 is #045A0C. Grayscale: #C7C7C7. Windows color (decimal): -285197 or 15967739. OLE color: 15967739.

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

Color convert

RGB251165243-
CMYK00.340.030.02
HSL305.58º91.49%81.57%-
HSV(B)305.58º34.26%98.43%-
XYZ69.4253.8991.54-
YUV199.61152.49164.66-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 38.09%
GREEN value IS 165 (64.84% from 255) = 25.04%
BLUE value IS 243 (95.31% from 255) = 36.87%
R=38.09%
G=25.04%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116524300.340.030.02305.5891.4981.57
HexFBA5F3022321325b52
Octal37324536304232462133122
Binary1111101110100101111100110100010111010011001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5F3; }

 p { color: rgb(251,165,243); }

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

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

 a { background-color: rgb(251,165,243); }

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

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

 span { border-color: rgb(251,165,243); }

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