Html Css Color HEX #F1ACD9 Lavender Rose

📋 copy color: '#F1ACD9'

red 241 ◦ green 172 ◦ blue 217

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

Shades of Lavender Rose #F1ACD9

Tints of Lavender Rose #F1ACD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.44%

R = 38.25%
G = 27.3%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F1ACD9 (or 0xF1ACD9) is known color: Lavender Rose. HEX triplet: F1, AC and D9. RGB value is (241,172,217). Sum of RGB (Red+Green+Blue) = 241+172+217=630 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.25% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 217 (85.16% from 255 or 34.44% from 630); Max value from RGB is 241 - color contains mainly: red. Hex color #F1ACD9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1ACD9 is #0E5326. Grayscale: #C5C5C5. Windows color (decimal): -938791 or 14265585. OLE color: 14265585.

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

Color convert

RGB 241 172 217 -
CMYK 0 0.29 0.10 0.05
HSL 320.87º 0.71% 0.81% -
HSV(B) 320.87º 0.29% 0.95% -
XYZ 63.55 53.22 72.57 -
YUV 197.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 241 172 217 0 0.29 0.10 0.05 320.87 0.71 0.81
Hex F1 AC D9 0 1D A 5 141 47 51
Octal 361 254 331 0 35 12 5 501 107 121
Binary 11110001 10101100 11011001 0 11101 1010 101 101000001 1000111 1010001

Color Harmonies of #F1ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1ACD9

Black with #F1ACD9

Text Example


Text Example

White with #F1ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1ACD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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