#f2abe5

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

Shades of Lavender Rose #F2ABE5

Tints of Lavender Rose #F2ABE5

Color information

#F2ABE5 (or 0xF2ABE5) is unknown color: approx Lavender Rose. HEX triplet: F2, AB and E5. RGB value is (242,171,229). Sum of RGB (Red+Green+Blue) = 242+171+229=642 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.69% from 642); Green value is 171 (67.19% from 255 or 26.64% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ABE5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F2ABE5 is #0D541A. Grayscale: #C6C6C6. Windows color (decimal): -873499 or 15051762. OLE color: 15051762.

HSL color Cylindrical-coordinate representation of color #F2ABE5: hue angle of 310.99º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F2ABE5 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB242171229-
CMYK00.290.050.05
HSL310.99º73.2%80.98%-
HSV(B)310.99º29.34%94.9%-
XYZ65.3253.6681.04-
YUV198.84145.02158.78-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 37.69%
GREEN value IS 171 (67.19% from 255) = 26.64%
BLUE value IS 229 (89.84% from 255) = 35.67%
R=37.69%
G=26.64%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217122900.290.050.05310.9973.280.98
HexF2ABE501D551374951
Octal36225334503555467111121
Binary11110010101010111110010101110110110110011011110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2abe5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2abe5; }

 p { color: rgb(242,171,229); }

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

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

 a { background-color: rgb(242,171,229); }

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

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

 span { border-color: rgb(242,171,229); }

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