#FBA0DF

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

Shades of Lavender Rose #FBA0DF

Tints of Lavender Rose #FBA0DF

Color information

#FBA0DF (or 0xFBA0DF) is unknown color: approx Lavender Rose. HEX triplet: FB, A0 and DF. RGB value is (251,160,223). Sum of RGB (Red+Green+Blue) = 251+160+223=634 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.59% from 634); Green value is 160 (62.89% from 255 or 25.24% from 634); Blue value is 223 (87.5% from 255 or 35.17% from 634); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA0DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA0DF is #045F20. Grayscale: #C2C2C2. Windows color (decimal): -286497 or 14655739. OLE color: 14655739.

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

Color convert

RGB251160223-
CMYK00.360.110.02
HSL318.46º91.92%80.59%-
HSV(B)318.46º36.25%98.43%-
XYZ65.6750.9876.19-
YUV194.39144.15168.38-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.59%
GREEN value IS 160 (62.89% from 255) = 25.24%
BLUE value IS 223 (87.5% from 255) = 35.17%
R=39.59%
G=25.24%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116022300.360.110.02318.4691.9280.59
HexFBA0DF024B213e5c51
Octal373240337044132476134121
Binary111110111010000011011111010010010111010011111010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA0DF; }

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

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

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

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

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

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

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

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