Html Css Color HEX #F1ACC9 Lavender Pink

📋 copy color: '#F1ACC9'

red 241 ◦ green 172 ◦ blue 201

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

Shades of Lavender Pink #F1ACC9

Tints of Lavender Pink #F1ACC9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.01%

 BLUE value IS 201 (78.91% from 255) = 32.74%

R = 39.25%
G = 28.01%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F1ACC9 (or 0xF1ACC9) is known color: Lavender Pink. HEX triplet: F1, AC and C9. RGB value is (241,172,201). Sum of RGB (Red+Green+Blue) = 241+172+201=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACC9 is #0E5336. Grayscale: #C3C3C3. Windows color (decimal): -938807 or 13217009. OLE color: 13217009.

HSL color Cylindrical-coordinate representation of color #F1ACC9: hue angle of 334.78º degrees, saturation: 0.71, 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 #F1ACC9 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 172 201 -
CMYK 0 0.29 0.17 0.05
HSL 334.78º 0.71% 0.81% -
HSV(B) 334.78º 0.29% 0.95% -
XYZ 61.57 52.42 62.13 -
YUV 195.94 130.86 160.14 -
System Red Green Blue C M Y K H S L
Decimal 241 172 201 0 0.29 0.17 0.05 334.78 0.71 0.81
Hex F1 AC C9 0 1D 11 5 14F 47 51
Octal 361 254 311 0 35 21 5 517 107 121
Binary 11110001 10101100 11001001 0 11101 10001 101 101001111 1000111 1010001

Color Harmonies of #F1ACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACC9

Black with #F1ACC9

Text Example


Text Example

White with #F1ACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACC9; }

 p { color: rgb(241,172,201); }

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

background-color css

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

 a { background-color: rgb(241,172,201); }

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

border-color css

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

 span { border-color: rgb(241,172,201); }

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