#F1A7EB

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

Shades of Lavender Rose #F1A7EB

Tints of Lavender Rose #F1A7EB

Color information

#F1A7EB (or 0xF1A7EB) is unknown color: approx Lavender Rose. HEX triplet: F1, A7 and EB. RGB value is (241,167,235). Sum of RGB (Red+Green+Blue) = 241+167+235=643 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.48% from 643); Green value is 167 (65.62% from 255 or 25.97% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7EB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A7EB is #0E5814. Grayscale: #C4C4C4. Windows color (decimal): -940053 or 15443953. OLE color: 15443953.

HSL color Cylindrical-coordinate representation of color #F1A7EB: hue angle of 304.86º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F1A7EB is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB241167235-
CMYK00.310.020.05
HSL304.86º72.55%80%-
HSV(B)304.86º30.71%94.51%-
XYZ65.0952.3485.27-
YUV196.88149.52159.47-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.48%
GREEN value IS 167 (65.62% from 255) = 25.97%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=37.48%
G=25.97%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116723500.310.020.05304.8672.5580
HexF1A7EB01F251314950
Octal36124735303725461111120
Binary1111000110100111111010110111111010110011000110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A7EB; }

 p { color: rgb(241,167,235); }

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

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

 a { background-color: rgb(241,167,235); }

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

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

 span { border-color: rgb(241,167,235); }

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