#F1ABDA

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

Shades of Lavender Rose #F1ABDA

Tints of Lavender Rose #F1ABDA

Color information

#F1ABDA (or 0xF1ABDA) is unknown color: approx Lavender Rose. HEX triplet: F1, AB and DA. RGB value is (241,171,218). Sum of RGB (Red+Green+Blue) = 241+171+218=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 171 (67.19% from 255 or 27.14% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ABDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ABDA is #0E5425. Grayscale: #C5C5C5. Windows color (decimal): -939046 or 14330865. OLE color: 14330865.

HSL color Cylindrical-coordinate representation of color #F1ABDA: hue angle of 319.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F1ABDA is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241171218-
CMYK00.290.100.05
HSL319.71º71.43%80.78%-
HSV(B)319.71º29.05%94.51%-
XYZ63.4952.8973.19-
YUV197.29139.69159.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 38.25%
GREEN value IS 171 (67.19% from 255) = 27.14%
BLUE value IS 218 (85.55% from 255) = 34.60%
R=38.25%
G=27.14%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117121800.290.100.05319.7171.4380.78
HexF1ABDA01DA51404751
Octal361253332035125500107121
Binary111100011010101111011010011101101010110100000010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ABDA; }

 p { color: rgb(241,171,218); }

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

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

 a { background-color: rgb(241,171,218); }

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

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

 span { border-color: rgb(241,171,218); }

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