Html Css Color HEX #F9A1CF Lavender Pink

📋 copy color: '#F9A1CF'

red 249 ◦ green 161 ◦ blue 207

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

Shades of Lavender Pink #F9A1CF

Tints of Lavender Pink #F9A1CF

RGB

 RED value IS 249 (97.66% from 255) = 40.36%

 GREEN value IS 161 (63.28% from 255) = 26.09%

 BLUE value IS 207 (81.25% from 255) = 33.55%

R = 40.36%
G = 26.09%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9A1CF (or 0xF9A1CF) is known color: Lavender Pink. HEX triplet: F9, A1 and CF. RGB value is (249,161,207). Sum of RGB (Red+Green+Blue) = 249+161+207=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 161 (63.28% from 255 or 26.09% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A1CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A1CF is #065E30. Grayscale: #C0C0C0. Windows color (decimal): -417329 or 13607417. OLE color: 13607417.

HSL color Cylindrical-coordinate representation of color #F9A1CF: hue angle of 328.64º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F9A1CF is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 161 207 -
CMYK 0 0.35 0.17 0.02
HSL 328.64º 0.88% 0.8% -
HSV(B) 328.64º 0.35% 0.98% -
XYZ 63.07 50.13 65.38 -
YUV 192.56 136.15 168.26 -
System Red Green Blue C M Y K H S L
Decimal 249 161 207 0 0.35 0.17 0.02 328.64 0.88 0.8
Hex F9 A1 CF 0 23 11 2 149 58 50
Octal 371 241 317 0 43 21 2 511 130 120
Binary 11111001 10100001 11001111 0 100011 10001 10 101001001 1011000 1010000

Color Harmonies of #F9A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A1CF

Black with #F9A1CF

Text Example


Text Example

White with #F9A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A1CF; }

 p { color: rgb(249,161,207); }

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

background-color css

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

 a { background-color: rgb(249,161,207); }

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

border-color css

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

 span { border-color: rgb(249,161,207); }

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