Html Css Color HEX #F9A6C0 Carnation Pink

📋 copy color: '#F9A6C0'

red 249 ◦ green 166 ◦ blue 192

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

Shades of Carnation Pink #F9A6C0

Tints of Carnation Pink #F9A6C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.63%

R = 41.02%
G = 27.35%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#F9A6C0 (or 0xF9A6C0) is known color: Carnation Pink. HEX triplet: F9, A6 and C0. RGB value is (249,166,192). Sum of RGB (Red+Green+Blue) = 249+166+192=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 166 (65.23% from 255 or 27.35% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A6C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A6C0 is #06593F. Grayscale: #C1C1C1. Windows color (decimal): -416064 or 12625657. OLE color: 12625657.

HSL color Cylindrical-coordinate representation of color #F9A6C0: hue angle of 341.2º 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 #F9A6C0 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 166 192 -
CMYK 0 0.33 0.23 0.02
HSL 341.2º 0.87% 0.81% -
HSV(B) 341.2º 0.33% 0.98% -
XYZ 62.22 51.22 56.48 -
YUV 193.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 249 166 192 0 0.33 0.23 0.02 341.2 0.87 0.81
Hex F9 A6 C0 0 21 17 2 155 57 51
Octal 371 246 300 0 41 27 2 525 127 121
Binary 11111001 10100110 11000000 0 100001 10111 10 101010101 1010111 1010001

Color Harmonies of #F9A6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A6C0

Black with #F9A6C0

Text Example


Text Example

White with #F9A6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A6C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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