#FBA1D9

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

Shades of Lavender Rose #FBA1D9

Tints of Lavender Rose #FBA1D9

Color information

#FBA1D9 (or 0xFBA1D9) is unknown color: approx Lavender Rose. HEX triplet: FB, A1 and D9. RGB value is (251,161,217). Sum of RGB (Red+Green+Blue) = 251+161+217=629 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.90% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 217 (85.16% from 255 or 34.50% from 629); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA1D9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA1D9 is #045E26. Grayscale: #C2C2C2. Windows color (decimal): -286247 or 14262779. OLE color: 14262779.

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

Color convert

RGB251161217-
CMYK00.360.140.02
HSL322.67º91.84%80.78%-
HSV(B)322.67º35.86%98.43%-
XYZ65.0551.0172.06-
YUV194.29140.82168.45-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.90%
GREEN value IS 161 (63.28% from 255) = 25.60%
BLUE value IS 217 (85.16% from 255) = 34.50%
R=39.90%
G=25.60%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116121700.360.140.02322.6791.8480.78
HexFBA1D9024E21435c51
Octal373241331044162503134121
Binary111110111010000111011001010010011101010100001110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA1D9; }

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

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

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

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

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

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

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

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