Html Css Color HEX #F2B89B Mandys Pink

📋 copy color: '#F2B89B'

red 242 ◦ green 184 ◦ blue 155

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

Shades of Mandys Pink #F2B89B

Tints of Mandys Pink #F2B89B

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.67%

 BLUE value IS 155 (60.94% from 255) = 26.68%

R = 41.65%
G = 31.67%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2B89B (or 0xF2B89B) is known color: Mandys Pink. HEX triplet: F2, B8 and 9B. RGB value is (242,184,155). Sum of RGB (Red+Green+Blue) = 242+184+155=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B89B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B89B is #0D4764. Grayscale: #C6C6C6. Windows color (decimal): -870245 or 10205426. OLE color: 10205426.

HSL color Cylindrical-coordinate representation of color #F2B89B: hue angle of 20º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2B89B is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 184 155 -
CMYK 0 0.24 0.36 0.05
HSL 20º 0.77% 0.78% -
HSV(B) 20º 0.36% 0.95% -
XYZ 59.67 55.52 38.58 -
YUV 198.04 103.72 159.36 -
System Red Green Blue C M Y K H S L
Decimal 242 184 155 0 0.24 0.36 0.05 20 0.77 0.78
Hex F2 B8 9B 0 18 24 5 14 4D 4E
Octal 362 270 233 0 30 44 5 24 115 116
Binary 11110010 10111000 10011011 0 11000 100100 101 10100 1001101 1001110

Color Harmonies of #F2B89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B89B

Black with #F2B89B

Text Example


Text Example

White with #F2B89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B89B; }

 p { color: rgb(242,184,155); }

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

background-color css

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

 a { background-color: rgb(242,184,155); }

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

border-color css

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

 span { border-color: rgb(242,184,155); }

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