#F1A4DE

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

Shades of Lavender Rose #F1A4DE

Tints of Lavender Rose #F1A4DE

Color information

#F1A4DE (or 0xF1A4DE) is unknown color: approx Lavender Rose. HEX triplet: F1, A4 and DE. RGB value is (241,164,222). Sum of RGB (Red+Green+Blue) = 241+164+222=627 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.44% from 627); Green value is 164 (64.45% from 255 or 26.16% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4DE is #0E5B21. Grayscale: #C1C1C1. Windows color (decimal): -940834 or 14591217. OLE color: 14591217.

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

Color convert

RGB241164222-
CMYK00.320.080.05
HSL314.81º73.33%79.41%-
HSV(B)314.81º31.95%94.51%-
XYZ62.7450.5375.55-
YUV193.64144.01161.78-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.44%
GREEN value IS 164 (64.45% from 255) = 26.16%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=38.44%
G=26.16%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116422200.320.080.05314.8173.3379.41
HexF1A4DE0208513b494f
Octal361244336040105473111117
Binary1111000110100100110111100100000100010110011101110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A4DE; }

 p { color: rgb(241,164,222); }

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

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

 a { background-color: rgb(241,164,222); }

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

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

 span { border-color: rgb(241,164,222); }

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