#F1AFEA

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

Shades of Lavender Rose #F1AFEA

Tints of Lavender Rose #F1AFEA

Color information

#F1AFEA (or 0xF1AFEA) is unknown color: approx Lavender Rose. HEX triplet: F1, AF and EA. RGB value is (241,175,234). Sum of RGB (Red+Green+Blue) = 241+175+234=650 (86% of max value = 765). Red value is 241 (94.53% from 255 or 37.08% from 650); Green value is 175 (68.75% from 255 or 26.92% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFEA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFEA is #0E5015. Grayscale: #C9C9C9. Windows color (decimal): -938006 or 15380465. OLE color: 15380465.

HSL color Cylindrical-coordinate representation of color #F1AFEA: hue angle of 306.36º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F1AFEA is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB241175234-
CMYK00.270.030.05
HSL306.36º70.21%81.57%-
HSV(B)306.36º27.39%94.51%-
XYZ66.4655.385.01-
YUV201.46146.37156.2-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.08%
GREEN value IS 175 (68.75% from 255) = 26.92%
BLUE value IS 234 (91.80% from 255) = 36%
R=37.08%
G=26.92%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117523400.270.030.05306.3670.2181.57
HexF1AFEA01B351324652
Octal36125735203335462106122
Binary1111000110101111111010100110111110110011001010001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFEA; }

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

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

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

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

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

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

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

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