Html Css Color HEX #F2B08E Mandys Pink

📋 copy color: '#F2B08E'

red 242 ◦ green 176 ◦ blue 142

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

Shades of Mandys Pink #F2B08E

Tints of Mandys Pink #F2B08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 25.36%

R = 43.21%
G = 31.43%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2B08E (or 0xF2B08E) is known color: Mandys Pink. HEX triplet: F2, B0 and 8E. RGB value is (242,176,142). Sum of RGB (Red+Green+Blue) = 242+176+142=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 142 (55.86% from 255 or 25.36% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B08E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B08E is #0D4F71. Grayscale: #C0C0C0. Windows color (decimal): -872306 or 9351410. OLE color: 9351410.

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

Color convert

RGB 242 176 142 -
CMYK 0 0.27 0.41 0.05
HSL 20.4º 0.79% 0.75% -
HSV(B) 20.4º 0.41% 0.95% -
XYZ 57.03 51.88 32.6 -
YUV 191.86 99.87 163.76 -
System Red Green Blue C M Y K H S L
Decimal 242 176 142 0 0.27 0.41 0.05 20.4 0.79 0.75
Hex F2 B0 8E 0 1B 29 5 14 4F 4B
Octal 362 260 216 0 33 51 5 24 117 113
Binary 11110010 10110000 10001110 0 11011 101001 101 10100 1001111 1001011

Color Harmonies of #F2B08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B08E

Black with #F2B08E

Text Example


Text Example

White with #F2B08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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