Html Css Color HEX #F1AACF Lavender Pink

📋 copy color: '#F1AACF'

red 241 ◦ green 170 ◦ blue 207

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

Shades of Lavender Pink #F1AACF

Tints of Lavender Pink #F1AACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.51%

 BLUE value IS 207 (81.25% from 255) = 33.5%

R = 39%
G = 27.51%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.14

 K value IS 0.05

RGB Variations

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

Color information

#F1AACF (or 0xF1AACF) is known color: Lavender Pink. HEX triplet: F1, AA and CF. RGB value is (241,170,207). Sum of RGB (Red+Green+Blue) = 241+170+207=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 170 (66.80% from 255 or 27.51% from 618); Blue value is 207 (81.25% from 255 or 33.50% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1AACF is #0E5530. Grayscale: #C3C3C3. Windows color (decimal): -939313 or 13609713. OLE color: 13609713.

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

Color convert

RGB 241 170 207 -
CMYK 0 0.29 0.14 0.05
HSL 328.73º 0.72% 0.81% -
HSV(B) 328.73º 0.29% 0.95% -
XYZ 61.91 51.96 65.8 -
YUV 195.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 241 170 207 0 0.29 0.14 0.05 328.73 0.72 0.81
Hex F1 AA CF 0 1D E 5 149 48 51
Octal 361 252 317 0 35 16 5 511 110 121
Binary 11110001 10101010 11001111 0 11101 1110 101 101001001 1001000 1010001

Color Harmonies of #F1AACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1AACF

Black with #F1AACF

Text Example


Text Example

White with #F1AACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1AACF; }

 p { color: rgb(241,170,207); }

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

background-color css

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

 a { background-color: rgb(241,170,207); }

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

border-color css

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

 span { border-color: rgb(241,170,207); }

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