Html Css Color HEX #F0B094 Mandys Pink

📋 copy color: '#F0B094'

red 240 ◦ green 176 ◦ blue 148

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

Shades of Mandys Pink #F0B094

Tints of Mandys Pink #F0B094

RGB

 RED value IS 240 (94.14% from 255) = 42.55%

 GREEN value IS 176 (69.14% from 255) = 31.21%

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

R = 42.55%
G = 31.21%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#F0B094 (or 0xF0B094) is known color: Mandys Pink. HEX triplet: F0, B0 and 94. RGB value is (240,176,148). Sum of RGB (Red+Green+Blue) = 240+176+148=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F0B094 is #0F4F6B. Grayscale: #C0C0C0. Windows color (decimal): -1003372 or 9744624. OLE color: 9744624.

HSL color Cylindrical-coordinate representation of color #F0B094: hue angle of 18.26º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0B094 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 176 148 -
CMYK 0 0.27 0.38 0.06
HSL 18.26º 0.75% 0.76% -
HSV(B) 18.26º 0.38% 0.94% -
XYZ 56.81 51.71 35 -
YUV 191.94 103.2 162.28 -
System Red Green Blue C M Y K H S L
Decimal 240 176 148 0 0.27 0.38 0.06 18.26 0.75 0.76
Hex F0 B0 94 0 1B 26 6 12 4B 4C
Octal 360 260 224 0 33 46 6 22 113 114
Binary 11110000 10110000 10010100 0 11011 100110 110 10010 1001011 1001100

Color Harmonies of #F0B094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B094

Black with #F0B094

Text Example


Text Example

White with #F0B094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B094; }

 p { color: rgb(240,176,148); }

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

background-color css

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

 a { background-color: rgb(240,176,148); }

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

border-color css

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

 span { border-color: rgb(240,176,148); }

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