Html Css Color HEX #F2B38B Mandys Pink

📋 copy color: '#F2B38B'

red 242 ◦ green 179 ◦ blue 139

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

Shades of Mandys Pink #F2B38B

Tints of Mandys Pink #F2B38B

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.96%

 BLUE value IS 139 (54.69% from 255) = 24.82%

R = 43.21%
G = 31.96%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2B38B (or 0xF2B38B) is known color: Mandys Pink. HEX triplet: F2, B3 and 8B. RGB value is (242,179,139). Sum of RGB (Red+Green+Blue) = 242+179+139=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 139 (54.69% from 255 or 24.82% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B38B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B38B is #0D4C74. Grayscale: #C1C1C1. Windows color (decimal): -871541 or 9155570. OLE color: 9155570.

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

Color convert

RGB 242 179 139 -
CMYK 0 0.26 0.43 0.05
HSL 23.3º 0.8% 0.75% -
HSV(B) 23.3º 0.43% 0.95% -
XYZ 57.4 52.98 31.63 -
YUV 193.28 97.37 162.75 -
System Red Green Blue C M Y K H S L
Decimal 242 179 139 0 0.26 0.43 0.05 23.3 0.8 0.75
Hex F2 B3 8B 0 1A 2B 5 17 50 4B
Octal 362 263 213 0 32 53 5 27 120 113
Binary 11110010 10110011 10001011 0 11010 101011 101 10111 1010000 1001011

Color Harmonies of #F2B38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B38B

Black with #F2B38B

Text Example


Text Example

White with #F2B38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B38B; }

 p { color: rgb(242,179,139); }

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

background-color css

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

 a { background-color: rgb(242,179,139); }

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

border-color css

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

 span { border-color: rgb(242,179,139); }

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