#F5A4ED

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

Shades of Lavender Rose #F5A4ED

Tints of Lavender Rose #F5A4ED

Color information

#F5A4ED (or 0xF5A4ED) is unknown color: approx Lavender Rose. HEX triplet: F5, A4 and ED. RGB value is (245,164,237). Sum of RGB (Red+Green+Blue) = 245+164+237=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 164 (64.45% from 255 or 25.39% from 646); Blue value is 237 (92.97% from 255 or 36.69% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A4ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5A4ED is #0A5B12. Grayscale: #C4C4C4. Windows color (decimal): -678675 or 15574261. OLE color: 15574261.

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

Color convert

RGB245164237-
CMYK00.330.030.04
HSL305.93º80.2%80.2%-
HSV(B)305.93º33.06%96.08%-
XYZ66.2252.0886.68-
YUV196.54150.84162.56-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.93%
GREEN value IS 164 (64.45% from 255) = 25.39%
BLUE value IS 237 (92.97% from 255) = 36.69%
R=37.93%
G=25.39%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516423700.330.030.04305.9380.280.2
HexF5A4ED021341325050
Octal36524435504134462120120
Binary11110101101001001110110101000011110010011001010100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A4ED; }

 p { color: rgb(245,164,237); }

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

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

 a { background-color: rgb(245,164,237); }

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

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

 span { border-color: rgb(245,164,237); }

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