#FBA9DD

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

Shades of Lavender Rose #FBA9DD

Tints of Lavender Rose #FBA9DD

Color information

#FBA9DD (or 0xFBA9DD) is unknown color: approx Lavender Rose. HEX triplet: FB, A9 and DD. RGB value is (251,169,221). Sum of RGB (Red+Green+Blue) = 251+169+221=641 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.16% from 641); Green value is 169 (66.41% from 255 or 26.37% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA9DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA9DD is #045622. Grayscale: #C7C7C7. Windows color (decimal): -284195 or 14526971. OLE color: 14526971.

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

Color convert

RGB251169221-
CMYK00.330.120.02
HSL321.95º91.11%82.35%-
HSV(B)321.95º32.67%98.43%-
XYZ67.0254.1175.32-
YUV199.45140.17164.77-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.16%
GREEN value IS 169 (66.41% from 255) = 26.37%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=39.16%
G=26.37%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116922100.330.120.02321.9591.1182.35
HexFBA9DD021C21425b52
Octal373251335041142502133122
Binary111110111010100111011101010000111001010100001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA9DD; }

 p { color: rgb(251,169,221); }

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

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

 a { background-color: rgb(251,169,221); }

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

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

 span { border-color: rgb(251,169,221); }

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