#F7ABE4

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

Shades of Lavender Rose #F7ABE4

Tints of Lavender Rose #F7ABE4

Color information

#F7ABE4 (or 0xF7ABE4) is unknown color: approx Lavender Rose. HEX triplet: F7, AB and E4. RGB value is (247,171,228). Sum of RGB (Red+Green+Blue) = 247+171+228=646 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.24% from 646); Green value is 171 (67.19% from 255 or 26.47% from 646); Blue value is 228 (89.45% from 255 or 35.29% from 646); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ABE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F7ABE4 is #08541B. Grayscale: #C8C8C8. Windows color (decimal): -545820 or 14986231. OLE color: 14986231.

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

Color convert

RGB247171228-
CMYK00.310.080.03
HSL315º82.61%81.96%-
HSV(B)315º30.77%96.86%-
XYZ66.9254.580.39-
YUV200.22143.68161.37-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.24%
GREEN value IS 171 (67.19% from 255) = 26.47%
BLUE value IS 228 (89.45% from 255) = 35.29%
R=38.24%
G=26.47%
B=35.29%

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
Decimal24717122800.310.080.0331582.6181.96
HexF7ABE401F8313b5352
Octal367253344037103473123122
Binary11110111101010111110010001111110001110011101110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ABE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ABE4; }

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

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

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

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

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

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

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

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