#F1A4CA

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

Shades of Lavender Pink #F1A4CA

Tints of Lavender Pink #F1A4CA

Color information

#F1A4CA (or 0xF1A4CA) is unknown color: approx Lavender Pink. HEX triplet: F1, A4 and CA. RGB value is (241,164,202). Sum of RGB (Red+Green+Blue) = 241+164+202=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4CA is #0E5B35. Grayscale: #BFBFBF. Windows color (decimal): -940854 or 13280497. OLE color: 13280497.

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

Color convert

RGB241164202-
CMYK00.320.160.05
HSL330.39º73.33%79.41%-
HSV(B)330.39º31.95%94.51%-
XYZ60.2149.5262.26-
YUV191.36134.01163.41-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.70%
GREEN value IS 164 (64.45% from 255) = 27.02%
BLUE value IS 202 (79.30% from 255) = 33.28%
R=39.70%
G=27.02%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116420200.320.160.05330.3973.3379.41
HexF1A4CA02010514a494f
Octal361244312040205512111117
Binary11110001101001001100101001000001000010110100101010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A4CA; }

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

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

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

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

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

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

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

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