#F5ABEE

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

Shades of Lavender Rose #F5ABEE

Tints of Lavender Rose #F5ABEE

Color information

#F5ABEE (or 0xF5ABEE) is unknown color: approx Lavender Rose. HEX triplet: F5, AB and EE. RGB value is (245,171,238). Sum of RGB (Red+Green+Blue) = 245+171+238=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 171 (67.19% from 255 or 26.15% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ABEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5ABEE is #0A5411. Grayscale: #C8C8C8. Windows color (decimal): -676882 or 15641589. OLE color: 15641589.

HSL color Cylindrical-coordinate representation of color #F5ABEE: hue angle of 305.68º degrees, saturation: 0.79, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5ABEE is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245171238-
CMYK00.300.030.04
HSL305.68º78.72%81.57%-
HSV(B)305.68º30.2%96.08%-
XYZ67.6554.7187.88-
YUV200.76149.02159.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 171 (67.19% from 255) = 26.15%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=37.46%
G=26.15%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517123800.300.030.04305.6878.7281.57
HexF5ABEE01E341324f52
Octal36525335603634462117122
Binary1111010110101011111011100111101110010011001010011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ABEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ABEE; }

 p { color: rgb(245,171,238); }

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

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

 a { background-color: rgb(245,171,238); }

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

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

 span { border-color: rgb(245,171,238); }

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