Html Css Color HEX #F9A6CE Lavender Pink

📋 copy color: '#F9A6CE'

red 249 ◦ green 166 ◦ blue 206

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

Shades of Lavender Pink #F9A6CE

Tints of Lavender Pink #F9A6CE

RGB

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

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

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

R = 40.1%
G = 26.73%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#F9A6CE (or 0xF9A6CE) is known color: Lavender Pink. HEX triplet: F9, A6 and CE. RGB value is (249,166,206). Sum of RGB (Red+Green+Blue) = 249+166+206=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6CE is #065931. Grayscale: #C3C3C3. Windows color (decimal): -416050 or 13543161. OLE color: 13543161.

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

Color convert

RGB 249 166 206 -
CMYK 0 0.33 0.17 0.02
HSL 331.08º 0.87% 0.81% -
HSV(B) 331.08º 0.33% 0.98% -
XYZ 63.84 51.87 65.04 -
YUV 195.38 134 166.25 -
System Red Green Blue C M Y K H S L
Decimal 249 166 206 0 0.33 0.17 0.02 331.08 0.87 0.81
Hex F9 A6 CE 0 21 11 2 14B 57 51
Octal 371 246 316 0 41 21 2 513 127 121
Binary 11111001 10100110 11001110 0 100001 10001 10 101001011 1010111 1010001

Color Harmonies of #F9A6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A6CE

Black with #F9A6CE

Text Example


Text Example

White with #F9A6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A6CE; }

 p { color: rgb(249,166,206); }

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

background-color css

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

 a { background-color: rgb(249,166,206); }

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

border-color css

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

 span { border-color: rgb(249,166,206); }

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