#FFABF6

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

Shades of Lavender Rose #FFABF6

Tints of Lavender Rose #FFABF6

Color information

#FFABF6 (or 0xFFABF6) is unknown color: approx Lavender Rose. HEX triplet: FF, AB and F6. RGB value is (255,171,246). Sum of RGB (Red+Green+Blue) = 255+171+246=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 171 (67.19% from 255 or 25.45% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF6 is #005409. Grayscale: #CCCCCC. Windows color (decimal): -21514 or 16165887. OLE color: 16165887.

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

Color convert

RGB255171246-
CMYK00.330.040
HSL306.43º100%83.53%-
HSV(B)306.43º32.94%100%-
XYZ72.4457.0494.38-
YUV204.67151.33163.9-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 171 (67.19% from 255) = 25.45%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=37.95%
G=25.45%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517124600.330.040306.4310083.53
HexFFABF6021401326454
Octal37725336604140462144124
Binary1111111110101011111101100100001100010011001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABF6; }

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

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

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

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

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

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

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

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