#F1A1D4

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

Shades of Lavender Rose #F1A1D4

Tints of Lavender Rose #F1A1D4

Color information

#F1A1D4 (or 0xF1A1D4) is unknown color: approx Lavender Rose. HEX triplet: F1, A1 and D4. RGB value is (241,161,212). Sum of RGB (Red+Green+Blue) = 241+161+212=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 161 (63.28% from 255 or 26.22% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A1D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A1D4 is #0E5E2B. Grayscale: #BEBEBE. Windows color (decimal): -941612 or 13935089. OLE color: 13935089.

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

Color convert

RGB241161212-
CMYK00.330.120.05
HSL321.75º74.07%78.82%-
HSV(B)321.75º33.2%94.51%-
XYZ60.948.9468.52-
YUV190.73140163.85-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.25%
GREEN value IS 161 (63.28% from 255) = 26.22%
BLUE value IS 212 (83.20% from 255) = 34.53%
R=39.25%
G=26.22%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116121200.330.120.05321.7574.0778.82
HexF1A1D4021C51424a4f
Octal361241324041145502112117
Binary1111000110100001110101000100001110010110100001010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A1D4; }

 p { color: rgb(241,161,212); }

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

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

 a { background-color: rgb(241,161,212); }

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

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

 span { border-color: rgb(241,161,212); }

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