Html Css Color HEX #F1A4D4 Lavender Pink

📋 copy color: '#F1A4D4'

red 241 ◦ green 164 ◦ blue 212

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

Shades of Lavender Pink #F1A4D4

Tints of Lavender Pink #F1A4D4

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.58%

 BLUE value IS 212 (83.2% from 255) = 34.36%

R = 39.06%
G = 26.58%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1A4D4 (or 0xF1A4D4) is known color: Lavender Pink. HEX triplet: F1, A4 and D4. RGB value is (241,164,212). Sum of RGB (Red+Green+Blue) = 241+164+212=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A4D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A4D4 is #0E5B2B. Grayscale: #C0C0C0. Windows color (decimal): -940844 or 13935857. OLE color: 13935857.

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

Color convert

RGB 241 164 212 -
CMYK 0 0.32 0.12 0.05
HSL 322.6º 0.73% 0.79% -
HSV(B) 322.6º 0.32% 0.95% -
XYZ 61.43 50.01 68.7 -
YUV 192.5 139.01 162.6 -
System Red Green Blue C M Y K H S L
Decimal 241 164 212 0 0.32 0.12 0.05 322.6 0.73 0.79
Hex F1 A4 D4 0 20 C 5 143 49 4F
Octal 361 244 324 0 40 14 5 503 111 117
Binary 11110001 10100100 11010100 0 100000 1100 101 101000011 1001001 1001111

Color Harmonies of #F1A4D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A4D4

Black with #F1A4D4

Text Example


Text Example

White with #F1A4D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A4D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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