#FBA5DF

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

Shades of Lavender Rose #FBA5DF

Tints of Lavender Rose #FBA5DF

Color information

#FBA5DF (or 0xFBA5DF) is unknown color: approx Lavender Rose. HEX triplet: FB, A5 and DF. RGB value is (251,165,223). Sum of RGB (Red+Green+Blue) = 251+165+223=639 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.28% from 639); Green value is 165 (64.84% from 255 or 25.82% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA5DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA5DF is #045A20. Grayscale: #C5C5C5. Windows color (decimal): -285217 or 14657019. OLE color: 14657019.

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

Color convert

RGB251165223-
CMYK00.340.110.02
HSL319.53º91.49%81.57%-
HSV(B)319.53º34.26%98.43%-
XYZ66.5652.7576.49-
YUV197.33142.49166.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.28%
GREEN value IS 165 (64.84% from 255) = 25.82%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=39.28%
G=25.82%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116522300.340.110.02319.5391.4981.57
HexFBA5DF022B21405b52
Octal373245337042132500133122
Binary111110111010010111011111010001010111010100000010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA5DF; }

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

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

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

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

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

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

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

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