#F1AFEE

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

Shades of Lavender Rose #F1AFEE

Tints of Lavender Rose #F1AFEE

Color information

#F1AFEE (or 0xF1AFEE) is unknown color: approx Lavender Rose. HEX triplet: F1, AF and EE. RGB value is (241,175,238). Sum of RGB (Red+Green+Blue) = 241+175+238=654 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.85% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AFEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AFEE is #0E5011. Grayscale: #C9C9C9. Windows color (decimal): -938002 or 15642609. OLE color: 15642609.

HSL color Cylindrical-coordinate representation of color #F1AFEE: hue angle of 302.73º 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 #F1AFEE is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB241175238-
CMYK00.270.010.05
HSL302.73º70.21%81.57%-
HSV(B)302.73º27.39%94.51%-
XYZ67.0455.5388.07-
YUV201.92148.37155.88-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.85%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=36.85%
G=26.76%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117523800.270.010.05302.7370.2181.57
HexF1AFEE01B1512f4652
Octal36125735603315457106122
Binary111100011010111111101110011011110110010111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AFEE; }

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

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

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

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

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

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

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

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