Html Css Color HEX #F1A0D0 Lavender Pink

📋 copy color: '#F1A0D0'

red 241 ◦ green 160 ◦ blue 208

#F1A0D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Pink #F1A0D0

Tints of Lavender Pink #F1A0D0

RGB

 RED value IS 241 (94.53% from 255) = 39.57%

 GREEN value IS 160 (62.89% from 255) = 26.27%

 BLUE value IS 208 (81.64% from 255) = 34.15%

R = 39.57%
G = 26.27%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1A0D0 (or 0xF1A0D0) is known color: Lavender Pink. HEX triplet: F1, A0 and D0. RGB value is (241,160,208). Sum of RGB (Red+Green+Blue) = 241+160+208=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 160 (62.89% from 255 or 26.27% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A0D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A0D0 is #0E5F2F. Grayscale: #BDBDBD. Windows color (decimal): -941872 or 13672689. OLE color: 13672689.

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

Color convert

RGB 241 160 208 -
CMYK 0 0.34 0.14 0.05
HSL 324.44º 0.74% 0.79% -
HSV(B) 324.44º 0.34% 0.95% -
XYZ 60.23 48.4 65.84 -
YUV 189.69 138.34 164.6 -
System Red Green Blue C M Y K H S L
Decimal 241 160 208 0 0.34 0.14 0.05 324.44 0.74 0.79
Hex F1 A0 D0 0 22 E 5 144 4A 4F
Octal 361 240 320 0 42 16 5 504 112 117
Binary 11110001 10100000 11010000 0 100010 1110 101 101000100 1001010 1001111

Color Harmonies of #F1A0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A0D0

Black with #F1A0D0

Text Example


Text Example

White with #F1A0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A0D0; }

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

 H1.HeaderClassName
 {
   color: #F1A0D0;
 }
 .AnyTagClassName
 {
   color: #F1A0D0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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