#FFABF9

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

Shades of Lavender Rose #FFABF9

Tints of Lavender Rose #FFABF9

Color information

#FFABF9 (or 0xFFABF9) is unknown color: approx Lavender Rose. HEX triplet: FF, AB and F9. RGB value is (255,171,249). Sum of RGB (Red+Green+Blue) = 255+171+249=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 171 (67.19% from 255 or 25.33% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF9 is #005406. Grayscale: #CCCCCC. Windows color (decimal): -21511 or 16362495. OLE color: 16362495.

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

Color convert

RGB255171249-
CMYK00.330.020
HSL304.29º100%83.53%-
HSV(B)304.29º32.94%100%-
XYZ72.957.2396.83-
YUV205.01152.83163.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 171 (67.19% from 255) = 25.33%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=37.78%
G=25.33%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517124900.330.020304.2910083.53
HexFFABF9021201306454
Octal37725337104120460144124
Binary111111111010101111111001010000110010011000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABF9; }

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

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

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

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

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

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

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

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