#FFAAFB

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

Shades of Lavender Rose #FFAAFB

Tints of Lavender Rose #FFAAFB

Color information

#FFAAFB (or 0xFFAAFB) is unknown color: approx Lavender Rose. HEX triplet: FF, AA and FB. RGB value is (255,170,251). Sum of RGB (Red+Green+Blue) = 255+170+251=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 170 (66.80% from 255 or 25.15% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFAAFB is #005504. Grayscale: #CCCCCC. Windows color (decimal): -21765 or 16493311. OLE color: 16493311.

HSL color Cylindrical-coordinate representation of color #FFAAFB: hue angle of 302.82º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAFB is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB255170251-
CMYK00.330.020
HSL302.82º100%83.33%-
HSV(B)302.82º33.33%100%-
XYZ73.0356.9798.42-
YUV204.65154.16163.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 170 (66.80% from 255) = 25.15%
BLUE value IS 251 (98.44% from 255) = 37.13%
R=37.72%
G=25.15%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517025100.330.020302.8210083.33
HexFFAAFB0212012f6453
Octal37725237304120457144123
Binary111111111010101011111011010000110010010111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAFB; }

 p { color: rgb(255,170,251); }

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

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

 a { background-color: rgb(255,170,251); }

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

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

 span { border-color: rgb(255,170,251); }

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