#ffabf8

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

Shades of Lavender Rose #FFABF8

Tints of Lavender Rose #FFABF8

Color information

#FFABF8 (or 0xFFABF8) is unknown color: approx Lavender Rose. HEX triplet: FF, AB and F8. RGB value is (255,171,248). Sum of RGB (Red+Green+Blue) = 255+171+248=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 171 (67.19% from 255 or 25.37% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFABF8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #FFABF8 is #005407. Grayscale: #CCCCCC. Windows color (decimal): -21512 or 16296959. OLE color: 16296959.

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

Color convert

RGB255171248-
CMYK00.330.030
HSL305º100%83.53%-
HSV(B)305º32.94%100%-
XYZ72.7557.1696.01-
YUV204.89152.33163.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 171 (67.19% from 255) = 25.37%
BLUE value IS 248 (97.27% from 255) = 36.80%
R=37.83%
G=25.37%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517124800.330.03030510083.53
HexFFABF8021301316454
Octal37725337004130461144124
Binary111111111010101111111000010000111010011000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffabf8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffabf8; }

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

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

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

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

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

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

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

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