Html Css Color HEX #F1A3D2 Lavender Pink

📋 copy color: '#F1A3D2'

red 241 ◦ green 163 ◦ blue 210

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

Shades of Lavender Pink #F1A3D2

Tints of Lavender Pink #F1A3D2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.55%

 BLUE value IS 210 (82.42% from 255) = 34.2%

R = 39.25%
G = 26.55%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.13

 K value IS 0.05

RGB Variations

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

Color information

#F1A3D2 (or 0xF1A3D2) is known color: Lavender Pink. HEX triplet: F1, A3 and D2. RGB value is (241,163,210). Sum of RGB (Red+Green+Blue) = 241+163+210=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A3D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A3D2 is #0E5C2D. Grayscale: #BFBFBF. Windows color (decimal): -941102 or 13804529. OLE color: 13804529.

HSL color Cylindrical-coordinate representation of color #F1A3D2: hue angle of 323.85º degrees, saturation: 0.74, 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 #F1A3D2 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 163 210 -
CMYK 0 0.32 0.13 0.05
HSL 323.85º 0.74% 0.79% -
HSV(B) 323.85º 0.32% 0.95% -
XYZ 61.01 49.55 67.32 -
YUV 191.68 138.34 163.18 -
System Red Green Blue C M Y K H S L
Decimal 241 163 210 0 0.32 0.13 0.05 323.85 0.74 0.79
Hex F1 A3 D2 0 20 D 5 144 4A 4F
Octal 361 243 322 0 40 15 5 504 112 117
Binary 11110001 10100011 11010010 0 100000 1101 101 101000100 1001010 1001111

Color Harmonies of #F1A3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A3D2

Black with #F1A3D2

Text Example


Text Example

White with #F1A3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A3D2; }

 p { color: rgb(241,163,210); }

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

background-color css

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

 a { background-color: rgb(241,163,210); }

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

border-color css

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

 span { border-color: rgb(241,163,210); }

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