Html Css Color HEX #F2B48F Mandys Pink

📋 copy color: '#F2B48F'

red 242 ◦ green 180 ◦ blue 143

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

Shades of Mandys Pink #F2B48F

Tints of Mandys Pink #F2B48F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.86%

 BLUE value IS 143 (56.25% from 255) = 25.31%

R = 42.83%
G = 31.86%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2B48F (or 0xF2B48F) is known color: Mandys Pink. HEX triplet: F2, B4 and 8F. RGB value is (242,180,143). Sum of RGB (Red+Green+Blue) = 242+180+143=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B48F is #0D4B70. Grayscale: #C2C2C2. Windows color (decimal): -871281 or 9417970. OLE color: 9417970.

HSL color Cylindrical-coordinate representation of color #F2B48F: hue angle of 22.42º 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 #F2B48F is Cyan = 0, Magento = 0.26, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 180 143 -
CMYK 0 0.26 0.41 0.05
HSL 22.42º 0.79% 0.75% -
HSV(B) 22.42º 0.41% 0.95% -
XYZ 57.9 53.5 33.26 -
YUV 194.32 99.04 162.01 -
System Red Green Blue C M Y K H S L
Decimal 242 180 143 0 0.26 0.41 0.05 22.42 0.79 0.75
Hex F2 B4 8F 0 1A 29 5 16 4F 4B
Octal 362 264 217 0 32 51 5 26 117 113
Binary 11110010 10110100 10001111 0 11010 101001 101 10110 1001111 1001011

Color Harmonies of #F2B48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B48F

Black with #F2B48F

Text Example


Text Example

White with #F2B48F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B48F; }

 p { color: rgb(242,180,143); }

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

background-color css

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

 a { background-color: rgb(242,180,143); }

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

border-color css

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

 span { border-color: rgb(242,180,143); }

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