Html Css Color HEX #F9B194 Mandys Pink

📋 copy color: '#F9B194'

red 249 ◦ green 177 ◦ blue 148

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

Shades of Mandys Pink #F9B194

Tints of Mandys Pink #F9B194

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.84%

 BLUE value IS 148 (58.2% from 255) = 25.78%

R = 43.38%
G = 30.84%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F9B194 (or 0xF9B194) is known color: Mandys Pink. HEX triplet: F9, B1 and 94. RGB value is (249,177,148). Sum of RGB (Red+Green+Blue) = 249+177+148=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 148 (58.20% from 255 or 25.78% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9B194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9B194 is #064E6B. Grayscale: #C3C3C3. Windows color (decimal): -413292 or 9744889. OLE color: 9744889.

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

Color convert

RGB 249 177 148 -
CMYK 0 0.29 0.41 0.02
HSL 17.23º 0.89% 0.78% -
HSV(B) 17.23º 0.41% 0.98% -
XYZ 60.13 53.72 35.22 -
YUV 195.22 101.35 166.36 -
System Red Green Blue C M Y K H S L
Decimal 249 177 148 0 0.29 0.41 0.02 17.23 0.89 0.78
Hex F9 B1 94 0 1D 29 2 11 59 4E
Octal 371 261 224 0 35 51 2 21 131 116
Binary 11111001 10110001 10010100 0 11101 101001 10 10001 1011001 1001110

Color Harmonies of #F9B194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9B194

Black with #F9B194

Text Example


Text Example

White with #F9B194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9B194; }

 p { color: rgb(249,177,148); }

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

background-color css

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

 a { background-color: rgb(249,177,148); }

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

border-color css

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

 span { border-color: rgb(249,177,148); }

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