#F5AEEE

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

Shades of Lavender Rose #F5AEEE

Tints of Lavender Rose #F5AEEE

Color information

#F5AEEE (or 0xF5AEEE) is unknown color: approx Lavender Rose. HEX triplet: F5, AE and EE. RGB value is (245,174,238). Sum of RGB (Red+Green+Blue) = 245+174+238=657 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.29% from 657); Green value is 174 (68.36% from 255 or 26.48% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AEEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5AEEE is #0A5111. Grayscale: #CACACA. Windows color (decimal): -676114 or 15642357. OLE color: 15642357.

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

Color convert

RGB245174238-
CMYK00.290.030.04
HSL305.92º78.02%82.16%-
HSV(B)305.92º28.98%96.08%-
XYZ68.2255.8688.07-
YUV202.52148.02158.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.29%
GREEN value IS 174 (68.36% from 255) = 26.48%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=37.29%
G=26.48%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517423800.290.030.04305.9278.0282.16
HexF5AEEE01D341324e52
Octal36525635603534462116122
Binary1111010110101110111011100111011110010011001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5AEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5AEEE; }

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

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

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

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

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

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

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

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