#F1A6CA

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

Shades of Lavender Pink #F1A6CA

Tints of Lavender Pink #F1A6CA

Color information

#F1A6CA (or 0xF1A6CA) is unknown color: approx Lavender Pink. HEX triplet: F1, A6 and CA. RGB value is (241,166,202). Sum of RGB (Red+Green+Blue) = 241+166+202=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 202 (79.30% from 255 or 33.17% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6CA is #0E5935. Grayscale: #C0C0C0. Windows color (decimal): -940342 or 13281009. OLE color: 13281009.

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

Color convert

RGB241166202-
CMYK00.310.160.05
HSL331.2º72.82%79.8%-
HSV(B)331.2º31.12%94.51%-
XYZ60.5750.2462.38-
YUV192.53133.35162.57-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.57%
GREEN value IS 166 (65.23% from 255) = 27.26%
BLUE value IS 202 (79.30% from 255) = 33.17%
R=39.57%
G=27.26%
B=33.17%

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
Decimal24116620200.310.160.05331.272.8279.8
HexF1A6CA01F10514b4950
Octal361246312037205513111120
Binary1111000110100110110010100111111000010110100101110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A6CA; }

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

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

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

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

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

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

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

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