#F1A0CD

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

Shades of Lavender Pink #F1A0CD

Tints of Lavender Pink #F1A0CD

Color information

#F1A0CD (or 0xF1A0CD) is unknown color: approx Lavender Pink. HEX triplet: F1, A0 and CD. RGB value is (241,160,205). Sum of RGB (Red+Green+Blue) = 241+160+205=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 160 (62.89% from 255 or 26.40% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A0CD is #0E5F32. Grayscale: #BDBDBD. Windows color (decimal): -941875 or 13476081. OLE color: 13476081.

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

Color convert

RGB241160205-
CMYK00.340.150.05
HSL326.67º74.31%78.63%-
HSV(B)326.67º33.61%94.51%-
XYZ59.8748.2563.92-
YUV189.35136.84164.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.77%
GREEN value IS 160 (62.89% from 255) = 26.40%
BLUE value IS 205 (80.47% from 255) = 33.83%
R=39.77%
G=26.40%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116020500.340.150.05326.6774.3178.63
HexF1A0CD022F51474a4f
Octal361240315042175507112117
Binary1111000110100000110011010100010111110110100011110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A0CD; }

 p { color: rgb(241,160,205); }

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

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

 a { background-color: rgb(241,160,205); }

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

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

 span { border-color: rgb(241,160,205); }

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