#F1ADCA

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

Shades of Lavender Pink #F1ADCA

Tints of Lavender Pink #F1ADCA

Color information

#F1ADCA (or 0xF1ADCA) is unknown color: approx Lavender Pink. HEX triplet: F1, AD and CA. RGB value is (241,173,202). Sum of RGB (Red+Green+Blue) = 241+173+202=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 173 (67.97% from 255 or 28.08% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ADCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ADCA is #0E5235. Grayscale: #C4C4C4. Windows color (decimal): -938550 or 13282801. OLE color: 13282801.

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

Color convert

RGB241173202-
CMYK00.280.160.05
HSL334.41º70.83%81.18%-
HSV(B)334.41º28.22%94.51%-
XYZ61.8852.8562.82-
YUV196.64131.03159.64-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.12%
GREEN value IS 173 (67.97% from 255) = 28.08%
BLUE value IS 202 (79.30% from 255) = 32.79%
R=39.12%
G=28.08%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24117320200.280.160.05334.4170.8381.18
HexF1ADCA01C10514e4751
Octal361255312034205516107121
Binary1111000110101101110010100111001000010110100111010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1ADCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1ADCA; }

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

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

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

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

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

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

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

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