Html Css Color HEX #F1A2D0 Lavender Pink

📋 copy color: '#F1A2D0'

red 241 ◦ green 162 ◦ blue 208

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

Shades of Lavender Pink #F1A2D0

Tints of Lavender Pink #F1A2D0

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.51%

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

R = 39.44%
G = 26.51%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1A2D0 (or 0xF1A2D0) is known color: Lavender Pink. HEX triplet: F1, A2 and D0. RGB value is (241,162,208). Sum of RGB (Red+Green+Blue) = 241+162+208=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 162 (63.67% from 255 or 26.51% from 611); Blue value is 208 (81.64% from 255 or 34.04% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A2D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A2D0 is #0E5D2F. Grayscale: #BEBEBE. Windows color (decimal): -941360 or 13673201. OLE color: 13673201.

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

Color convert

RGB 241 162 208 -
CMYK 0 0.33 0.14 0.05
HSL 325.06º 0.74% 0.79% -
HSV(B) 325.06º 0.33% 0.95% -
XYZ 60.58 49.1 65.96 -
YUV 190.87 137.67 163.76 -
System Red Green Blue C M Y K H S L
Decimal 241 162 208 0 0.33 0.14 0.05 325.06 0.74 0.79
Hex F1 A2 D0 0 21 E 5 145 4A 4F
Octal 361 242 320 0 41 16 5 505 112 117
Binary 11110001 10100010 11010000 0 100001 1110 101 101000101 1001010 1001111

Color Harmonies of #F1A2D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A2D0

Black with #F1A2D0

Text Example


Text Example

White with #F1A2D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A2D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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