Html Css Color HEX #F2B089 Mandys Pink

📋 copy color: '#F2B089'

red 242 ◦ green 176 ◦ blue 137

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

Shades of Mandys Pink #F2B089

Tints of Mandys Pink #F2B089

RGB

 RED value IS 242 (94.92% from 255) = 43.6%

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

 BLUE value IS 137 (53.91% from 255) = 24.68%

R = 43.6%
G = 31.71%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2B089 (or 0xF2B089) is known color: Mandys Pink. HEX triplet: F2, B0 and 89. RGB value is (242,176,137). Sum of RGB (Red+Green+Blue) = 242+176+137=555 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.60% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 137 (53.91% from 255 or 24.68% from 555); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B089 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B089 is #0D4F76. Grayscale: #BFBFBF. Windows color (decimal): -872311 or 9023730. OLE color: 9023730.

HSL color Cylindrical-coordinate representation of color #F2B089: hue angle of 22.29º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2B089 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 176 137 -
CMYK 0 0.27 0.43 0.05
HSL 22.29º 0.8% 0.74% -
HSV(B) 22.29º 0.43% 0.95% -
XYZ 56.66 51.73 30.67 -
YUV 191.29 97.37 164.17 -
System Red Green Blue C M Y K H S L
Decimal 242 176 137 0 0.27 0.43 0.05 22.29 0.8 0.74
Hex F2 B0 89 0 1B 2B 5 16 50 4A
Octal 362 260 211 0 33 53 5 26 120 112
Binary 11110010 10110000 10001001 0 11011 101011 101 10110 1010000 1001010

Color Harmonies of #F2B089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B089

Black with #F2B089

Text Example


Text Example

White with #F2B089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B089; }

 p { color: rgb(242,176,137); }

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

background-color css

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

 a { background-color: rgb(242,176,137); }

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

border-color css

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

 span { border-color: rgb(242,176,137); }

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