Html Css Color HEX #F9AAC5 Carnation Pink

📋 copy color: '#F9AAC5'

red 249 ◦ green 170 ◦ blue 197

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

Shades of Carnation Pink #F9AAC5

Tints of Carnation Pink #F9AAC5

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.6%

 BLUE value IS 197 (77.34% from 255) = 31.98%

R = 40.42%
G = 27.6%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#F9AAC5 (or 0xF9AAC5) is known color: Carnation Pink. HEX triplet: F9, AA and C5. RGB value is (249,170,197). Sum of RGB (Red+Green+Blue) = 249+170+197=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 170 (66.80% from 255 or 27.60% from 616); Blue value is 197 (77.34% from 255 or 31.98% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F9AAC5 is #06553A. Grayscale: #C4C4C4. Windows color (decimal): -415035 or 12954361. OLE color: 12954361.

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

Color convert

RGB 249 170 197 -
CMYK 0 0.32 0.21 0.02
HSL 339.49º 0.87% 0.82% -
HSV(B) 339.49º 0.32% 0.98% -
XYZ 63.52 52.92 59.69 -
YUV 196.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 249 170 197 0 0.32 0.21 0.02 339.49 0.87 0.82
Hex F9 AA C5 0 20 15 2 153 57 52
Octal 371 252 305 0 40 25 2 523 127 122
Binary 11111001 10101010 11000101 0 100000 10101 10 101010011 1010111 1010010

Color Harmonies of #F9AAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AAC5

Black with #F9AAC5

Text Example


Text Example

White with #F9AAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AAC5; }

 p { color: rgb(249,170,197); }

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

background-color css

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

 a { background-color: rgb(249,170,197); }

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

border-color css

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

 span { border-color: rgb(249,170,197); }

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