#FBA4DD

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

Shades of Lavender Rose #FBA4DD

Tints of Lavender Rose #FBA4DD

Color information

#FBA4DD (or 0xFBA4DD) is unknown color: approx Lavender Rose. HEX triplet: FB, A4 and DD. RGB value is (251,164,221). Sum of RGB (Red+Green+Blue) = 251+164+221=636 (84% of max value = 765). Red value is 251 (98.44% from 255 or 39.47% from 636); Green value is 164 (64.45% from 255 or 25.79% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA4DD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBA4DD is #045B22. Grayscale: #C4C4C4. Windows color (decimal): -285475 or 14525691. OLE color: 14525691.

HSL color Cylindrical-coordinate representation of color #FBA4DD: hue angle of 320.69º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FBA4DD is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251164221-
CMYK00.350.120.02
HSL320.69º91.58%81.37%-
HSV(B)320.69º34.66%98.43%-
XYZ66.1152.2875.01-
YUV196.51141.82166.87-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 39.47%
GREEN value IS 164 (64.45% from 255) = 25.79%
BLUE value IS 221 (86.72% from 255) = 34.75%
R=39.47%
G=25.79%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25116422100.350.120.02320.6991.5881.37
HexFBA4DD023C21415c51
Octal373244335043142501134121
Binary111110111010010011011101010001111001010100000110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBA4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBA4DD; }

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

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

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

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

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

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

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

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