Html Css Color HEX #F1ACD3 Lavender Pink

📋 copy color: '#F1ACD3'

red 241 ◦ green 172 ◦ blue 211

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

Shades of Lavender Pink #F1ACD3

Tints of Lavender Pink #F1ACD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 33.81%

R = 38.62%
G = 27.56%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#F1ACD3 (or 0xF1ACD3) is known color: Lavender Pink. HEX triplet: F1, AC and D3. RGB value is (241,172,211). Sum of RGB (Red+Green+Blue) = 241+172+211=624 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.62% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACD3 is #0E532C. Grayscale: #C4C4C4. Windows color (decimal): -938797 or 13872369. OLE color: 13872369.

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

Color convert

RGB 241 172 211 -
CMYK 0 0.29 0.12 0.05
HSL 326.09º 0.71% 0.81% -
HSV(B) 326.09º 0.29% 0.95% -
XYZ 62.79 52.91 68.53 -
YUV 197.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 241 172 211 0 0.29 0.12 0.05 326.09 0.71 0.81
Hex F1 AC D3 0 1D C 5 146 47 51
Octal 361 254 323 0 35 14 5 506 107 121
Binary 11110001 10101100 11010011 0 11101 1100 101 101000110 1000111 1010001

Color Harmonies of #F1ACD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACD3

Black with #F1ACD3

Text Example


Text Example

White with #F1ACD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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