Html Css Color HEX #F9A4C2 Carnation Pink

📋 copy color: '#F9A4C2'

red 249 ◦ green 164 ◦ blue 194

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

Shades of Carnation Pink #F9A4C2

Tints of Carnation Pink #F9A4C2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.02%

 BLUE value IS 194 (76.17% from 255) = 31.96%

R = 41.02%
G = 27.02%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#F9A4C2 (or 0xF9A4C2) is known color: Carnation Pink. HEX triplet: F9, A4 and C2. RGB value is (249,164,194). Sum of RGB (Red+Green+Blue) = 249+164+194=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 164 (64.45% from 255 or 27.02% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A4C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9A4C2 is #065B3D. Grayscale: #C0C0C0. Windows color (decimal): -416574 or 12756217. OLE color: 12756217.

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

Color convert

RGB 249 164 194 -
CMYK 0 0.34 0.22 0.02
HSL 338.82º 0.88% 0.81% -
HSV(B) 338.82º 0.34% 0.98% -
XYZ 62.08 50.59 57.53 -
YUV 192.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 249 164 194 0 0.34 0.22 0.02 338.82 0.88 0.81
Hex F9 A4 C2 0 22 16 2 153 58 51
Octal 371 244 302 0 42 26 2 523 130 121
Binary 11111001 10100100 11000010 0 100010 10110 10 101010011 1011000 1010001

Color Harmonies of #F9A4C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A4C2

Black with #F9A4C2

Text Example


Text Example

White with #F9A4C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A4C2; }

 p { color: rgb(249,164,194); }

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

background-color css

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

 a { background-color: rgb(249,164,194); }

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

border-color css

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

 span { border-color: rgb(249,164,194); }

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