#F1A7CA

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

Shades of Lavender Pink #F1A7CA

Tints of Lavender Pink #F1A7CA

Color information

#F1A7CA (or 0xF1A7CA) is unknown color: approx Lavender Pink. HEX triplet: F1, A7 and CA. RGB value is (241,167,202). Sum of RGB (Red+Green+Blue) = 241+167+202=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 167 (65.62% from 255 or 27.38% from 610); Blue value is 202 (79.30% from 255 or 33.11% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A7CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A7CA is #0E5835. Grayscale: #C1C1C1. Windows color (decimal): -940086 or 13281265. OLE color: 13281265.

HSL color Cylindrical-coordinate representation of color #F1A7CA: hue angle of 331.62º 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 #F1A7CA is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB241167202-
CMYK00.310.160.05
HSL331.62º72.55%80%-
HSV(B)331.62º30.71%94.51%-
XYZ60.7650.662.44-
YUV193.12133.02162.15-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 167 (65.62% from 255) = 27.38%
BLUE value IS 202 (79.30% from 255) = 33.11%
R=39.51%
G=27.38%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116720200.310.160.05331.6272.5580
HexF1A7CA01F10514c4950
Octal361247312037205514111120
Binary1111000110100111110010100111111000010110100110010010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A7CA; }

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

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

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

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

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

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

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

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