#FFABF5

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

Shades of Lavender Rose #FFABF5

Tints of Lavender Rose #FFABF5

Color information

#FFABF5 (or 0xFFABF5) is unknown color: approx Lavender Rose. HEX triplet: FF, AB and F5. RGB value is (255,171,245). Sum of RGB (Red+Green+Blue) = 255+171+245=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 171 (67.19% from 255 or 25.48% from 671); Blue value is 245 (96.09% from 255 or 36.51% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF5 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF5 is #00540A. Grayscale: #CCCCCC. Windows color (decimal): -21515 or 16100351. OLE color: 16100351.

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

Color convert

RGB255171245-
CMYK00.330.040
HSL307.14º100%83.53%-
HSV(B)307.14º32.94%100%-
XYZ72.2856.9893.57-
YUV204.55150.83163.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 171 (67.19% from 255) = 25.48%
BLUE value IS 245 (96.09% from 255) = 36.51%
R=38.00%
G=25.48%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517124500.330.040307.1410083.53
HexFFABF5021401336454
Octal37725336504140463144124
Binary1111111110101011111101010100001100010011001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABF5; }

 p { color: rgb(255,171,245); }

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

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

 a { background-color: rgb(255,171,245); }

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

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

 span { border-color: rgb(255,171,245); }

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