Html Css Color HEX #F1A6CC Lavender Pink

📋 copy color: '#F1A6CC'

red 241 ◦ green 166 ◦ blue 204

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

Shades of Lavender Pink #F1A6CC

Tints of Lavender Pink #F1A6CC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.17%

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

R = 39.44%
G = 27.17%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F1A6CC (or 0xF1A6CC) is known color: Lavender Pink. HEX triplet: F1, A6 and CC. RGB value is (241,166,204). Sum of RGB (Red+Green+Blue) = 241+166+204=611 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.44% from 611); Green value is 166 (65.23% from 255 or 27.17% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A6CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F1A6CC is #0E5933. Grayscale: #C0C0C0. Windows color (decimal): -940340 or 13412081. OLE color: 13412081.

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

Color convert

RGB 241 166 204 -
CMYK 0 0.31 0.15 0.05
HSL 329.6º 0.73% 0.8% -
HSV(B) 329.6º 0.31% 0.95% -
XYZ 60.81 50.33 63.64 -
YUV 192.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 241 166 204 0 0.31 0.15 0.05 329.6 0.73 0.8
Hex F1 A6 CC 0 1F F 5 14A 49 50
Octal 361 246 314 0 37 17 5 512 111 120
Binary 11110001 10100110 11001100 0 11111 1111 101 101001010 1001001 1010000

Color Harmonies of #F1A6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1A6CC

Black with #F1A6CC

Text Example


Text Example

White with #F1A6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1A6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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