Html Css Color HEX #F9AF8A Mandys Pink

📋 copy color: '#F9AF8A'

red 249 ◦ green 175 ◦ blue 138

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

Shades of Mandys Pink #F9AF8A

Tints of Mandys Pink #F9AF8A

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.14%

 BLUE value IS 138 (54.3% from 255) = 24.56%

R = 44.31%
G = 31.14%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#F9AF8A (or 0xF9AF8A) is known color: Mandys Pink. HEX triplet: F9, AF and 8A. RGB value is (249,175,138). Sum of RGB (Red+Green+Blue) = 249+175+138=562 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.31% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 138 (54.30% from 255 or 24.56% from 562); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AF8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AF8A is #065075. Grayscale: #C1C1C1. Windows color (decimal): -413814 or 9089017. OLE color: 9089017.

HSL color Cylindrical-coordinate representation of color #F9AF8A: hue angle of 20º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F9AF8A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 175 138 -
CMYK 0 0.30 0.45 0.02
HSL 20º 0.9% 0.76% -
HSV(B) 20º 0.45% 0.98% -
XYZ 58.98 52.63 31.1 -
YUV 192.91 97.02 168.01 -
System Red Green Blue C M Y K H S L
Decimal 249 175 138 0 0.30 0.45 0.02 20 0.9 0.76
Hex F9 AF 8A 0 1E 2D 2 14 5A 4C
Octal 371 257 212 0 36 55 2 24 132 114
Binary 11111001 10101111 10001010 0 11110 101101 10 10100 1011010 1001100

Color Harmonies of #F9AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9AF8A

Black with #F9AF8A

Text Example


Text Example

White with #F9AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9AF8A; }

 p { color: rgb(249,175,138); }

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

background-color css

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

 a { background-color: rgb(249,175,138); }

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

border-color css

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

 span { border-color: rgb(249,175,138); }

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