Html Css Color HEX #F1A9CE Lavender Pink

📋 copy color: '#F1A9CE'

red 241 ◦ green 169 ◦ blue 206

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

Shades of Lavender Pink #F1A9CE

Tints of Lavender Pink #F1A9CE

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.44%

 BLUE value IS 206 (80.86% from 255) = 33.44%

R = 39.12%
G = 27.44%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1A9CE (or 0xF1A9CE) is known color: Lavender Pink. HEX triplet: F1, A9 and CE. RGB value is (241,169,206). Sum of RGB (Red+Green+Blue) = 241+169+206=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9CE is #0E5631. Grayscale: #C2C2C2. Windows color (decimal): -939570 or 13543921. OLE color: 13543921.

HSL color Cylindrical-coordinate representation of color #F1A9CE: hue angle of 329.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F1A9CE is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 169 206 -
CMYK 0 0.30 0.15 0.05
HSL 329.17º 0.72% 0.8% -
HSV(B) 329.17º 0.3% 0.95% -
XYZ 61.6 51.53 65.09 -
YUV 194.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 241 169 206 0 0.30 0.15 0.05 329.17 0.72 0.8
Hex F1 A9 CE 0 1E F 5 149 48 50
Octal 361 251 316 0 36 17 5 511 110 120
Binary 11110001 10101001 11001110 0 11110 1111 101 101001001 1001000 1010000

Color Harmonies of #F1A9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A9CE

Black with #F1A9CE

Text Example


Text Example

White with #F1A9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A9CE; }

 p { color: rgb(241,169,206); }

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

background-color css

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

 a { background-color: rgb(241,169,206); }

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

border-color css

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

 span { border-color: rgb(241,169,206); }

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