Html Css Color HEX #F1A9CC Lavender Pink

📋 copy color: '#F1A9CC'

red 241 ◦ green 169 ◦ blue 204

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

Shades of Lavender Pink #F1A9CC

Tints of Lavender Pink #F1A9CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 33.22%

R = 39.25%
G = 27.52%
B = 33.22%

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

#F1A9CC (or 0xF1A9CC) is known color: Lavender Pink. HEX triplet: F1, A9 and CC. RGB value is (241,169,204). Sum of RGB (Red+Green+Blue) = 241+169+204=614 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.25% from 614); Green value is 169 (66.41% from 255 or 27.52% from 614); Blue value is 204 (80.08% from 255 or 33.22% from 614); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A9CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A9CC is #0E5633. Grayscale: #C2C2C2. Windows color (decimal): -939572 or 13412849. OLE color: 13412849.

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

Color convert

RGB 241 169 204 -
CMYK 0 0.30 0.15 0.05
HSL 330.83º 0.72% 0.8% -
HSV(B) 330.83º 0.3% 0.95% -
XYZ 61.36 51.44 63.82 -
YUV 194.52 133.35 161.15 -
System Red Green Blue C M Y K H S L
Decimal 241 169 204 0 0.30 0.15 0.05 330.83 0.72 0.8
Hex F1 A9 CC 0 1E F 5 14B 48 50
Octal 361 251 314 0 36 17 5 513 110 120
Binary 11110001 10101001 11001100 0 11110 1111 101 101001011 1001000 1010000

Color Harmonies of #F1A9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A9CC

Black with #F1A9CC

Text Example


Text Example

White with #F1A9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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