#F5AEEB

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

Shades of Lavender Rose #F5AEEB

Tints of Lavender Rose #F5AEEB

Color information

#F5AEEB (or 0xF5AEEB) is unknown color: approx Lavender Rose. HEX triplet: F5, AE and EB. RGB value is (245,174,235). Sum of RGB (Red+Green+Blue) = 245+174+235=654 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.46% from 654); Green value is 174 (68.36% from 255 or 26.61% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEEB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AEEB is #0A5114. Grayscale: #CACACA. Windows color (decimal): -676117 or 15445749. OLE color: 15445749.

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

Color convert

RGB245174235-
CMYK00.290.040.04
HSL308.45º78.02%82.16%-
HSV(B)308.45º28.98%96.08%-
XYZ67.7955.6885.77-
YUV202.18146.52158.54-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.46%
GREEN value IS 174 (68.36% from 255) = 26.61%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=37.46%
G=26.61%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517423500.290.040.04308.4578.0282.16
HexF5AEEB01D441344e52
Octal36525635303544464116122
Binary11110101101011101110101101110110010010011010010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEEB; }

 p { color: rgb(245,174,235); }

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

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

 a { background-color: rgb(245,174,235); }

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

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

 span { border-color: rgb(245,174,235); }

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