#F4AFEA

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

Shades of Lavender Rose #F4AFEA

Tints of Lavender Rose #F4AFEA

Color information

#F4AFEA (or 0xF4AFEA) is unknown color: approx Lavender Rose. HEX triplet: F4, AF and EA. RGB value is (244,175,234). Sum of RGB (Red+Green+Blue) = 244+175+234=653 (86% of max value = 765). Red value is 244 (95.70% from 255 or 37.37% from 653); Green value is 175 (68.75% from 255 or 26.80% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 244 - color contains mainly: red. Hex color #F4AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4AFEA is #0B5015. Grayscale: #CACACA. Windows color (decimal): -741398 or 15380468. OLE color: 15380468.

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

Color convert

RGB244175234-
CMYK00.280.040.04
HSL308.7º75.82%82.16%-
HSV(B)308.7º28.28%95.69%-
XYZ67.4955.8385.06-
YUV202.36145.86157.7-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 37.37%
GREEN value IS 175 (68.75% from 255) = 26.80%
BLUE value IS 234 (91.80% from 255) = 35.83%
R=37.37%
G=26.80%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24417523400.280.040.04308.775.8282.16
HexF4AFEA01C441354c52
Octal36425735203444465114122
Binary11110100101011111110101001110010010010011010110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4AFEA; }

 p { color: rgb(244,175,234); }

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

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

 a { background-color: rgb(244,175,234); }

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

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

 span { border-color: rgb(244,175,234); }

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