Html Css Color HEX #F9BA98 Mandys Pink

📋 copy color: '#F9BA98'

red 249 ◦ green 186 ◦ blue 152

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

Shades of Mandys Pink #F9BA98

Tints of Mandys Pink #F9BA98

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.69%

 BLUE value IS 152 (59.77% from 255) = 25.89%

R = 42.42%
G = 31.69%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#F9BA98 (or 0xF9BA98) is known color: Mandys Pink. HEX triplet: F9, BA and 98. RGB value is (249,186,152). Sum of RGB (Red+Green+Blue) = 249+186+152=587 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.42% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 152 (59.77% from 255 or 25.89% from 587); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BA98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9BA98 is #064567. Grayscale: #C9C9C9. Windows color (decimal): -410984 or 10009337. OLE color: 10009337.

HSL color Cylindrical-coordinate representation of color #F9BA98: hue angle of 21.03º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9BA98 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 186 152 -
CMYK 0 0.25 0.39 0.02
HSL 21.03º 0.89% 0.79% -
HSV(B) 21.03º 0.39% 0.98% -
XYZ 62.29 57.52 37.53 -
YUV 200.96 100.37 162.26 -
System Red Green Blue C M Y K H S L
Decimal 249 186 152 0 0.25 0.39 0.02 21.03 0.89 0.79
Hex F9 BA 98 0 19 27 2 15 59 4F
Octal 371 272 230 0 31 47 2 25 131 117
Binary 11111001 10111010 10011000 0 11001 100111 10 10101 1011001 1001111

Color Harmonies of #F9BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9BA98

Black with #F9BA98

Text Example


Text Example

White with #F9BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9BA98; }

 p { color: rgb(249,186,152); }

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

background-color css

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

 a { background-color: rgb(249,186,152); }

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

border-color css

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

 span { border-color: rgb(249,186,152); }

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