#FFABF7

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

Shades of Lavender Rose #FFABF7

Tints of Lavender Rose #FFABF7

Color information

#FFABF7 (or 0xFFABF7) is unknown color: approx Lavender Rose. HEX triplet: FF, AB and F7. RGB value is (255,171,247). Sum of RGB (Red+Green+Blue) = 255+171+247=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 171 (67.19% from 255 or 25.41% from 673); Blue value is 247 (96.88% from 255 or 36.70% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF7 is #005408. Grayscale: #CCCCCC. Windows color (decimal): -21513 or 16231423. OLE color: 16231423.

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

Color convert

RGB255171247-
CMYK00.330.030
HSL305.71º100%83.53%-
HSV(B)305.71º32.94%100%-
XYZ72.5957.195.19-
YUV204.78151.83163.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 171 (67.19% from 255) = 25.41%
BLUE value IS 247 (96.88% from 255) = 36.70%
R=37.89%
G=25.41%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517124700.330.030305.7110083.53
HexFFABF7021301326454
Octal37725336704130462144124
Binary111111111010101111110111010000111010011001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFABF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFABF7; }

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

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

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

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

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

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

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

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