#F7ABE3

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

Shades of Lavender Rose #F7ABE3

Tints of Lavender Rose #F7ABE3

Color information

#F7ABE3 (or 0xF7ABE3) is unknown color: approx Lavender Rose. HEX triplet: F7, AB and E3. RGB value is (247,171,227). Sum of RGB (Red+Green+Blue) = 247+171+227=645 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.29% from 645); Green value is 171 (67.19% from 255 or 26.51% from 645); Blue value is 227 (89.06% from 255 or 35.19% from 645); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABE3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABE3 is #08541C. Grayscale: #C7C7C7. Windows color (decimal): -545821 or 14920695. OLE color: 14920695.

HSL color Cylindrical-coordinate representation of color #F7ABE3: hue angle of 315.79º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F7ABE3 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB247171227-
CMYK00.310.080.03
HSL315.79º82.61%81.96%-
HSV(B)315.79º30.77%96.86%-
XYZ66.7954.4579.66-
YUV200.11143.18161.45-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.29%
GREEN value IS 171 (67.19% from 255) = 26.51%
BLUE value IS 227 (89.06% from 255) = 35.19%
R=38.29%
G=26.51%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717122700.310.080.03315.7982.6181.96
HexF7ABE301F8313c5352
Octal367253343037103474123122
Binary11110111101010111110001101111110001110011110010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ABE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ABE3; }

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

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

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

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

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

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

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

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