Html Css Color HEX #F2B28C Mandys Pink

📋 copy color: '#F2B28C'

red 242 ◦ green 178 ◦ blue 140

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

Shades of Mandys Pink #F2B28C

Tints of Mandys Pink #F2B28C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.79%

 BLUE value IS 140 (55.08% from 255) = 25%

R = 43.21%
G = 31.79%
B = 25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F2B28C (or 0xF2B28C) is known color: Mandys Pink. HEX triplet: F2, B2 and 8C. RGB value is (242,178,140). Sum of RGB (Red+Green+Blue) = 242+178+140=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B28C is #0D4D73. Grayscale: #C1C1C1. Windows color (decimal): -871796 or 9220850. OLE color: 9220850.

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

Color convert

RGB 242 178 140 -
CMYK 0 0.26 0.42 0.05
HSL 22.35º 0.8% 0.75% -
HSV(B) 22.35º 0.42% 0.95% -
XYZ 57.27 52.61 31.95 -
YUV 192.8 98.2 163.09 -
System Red Green Blue C M Y K H S L
Decimal 242 178 140 0 0.26 0.42 0.05 22.35 0.8 0.75
Hex F2 B2 8C 0 1A 2A 5 16 50 4B
Octal 362 262 214 0 32 52 5 26 120 113
Binary 11110010 10110010 10001100 0 11010 101010 101 10110 1010000 1001011

Color Harmonies of #F2B28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B28C

Black with #F2B28C

Text Example


Text Example

White with #F2B28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B28C; }

 p { color: rgb(242,178,140); }

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

background-color css

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

 a { background-color: rgb(242,178,140); }

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

border-color css

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

 span { border-color: rgb(242,178,140); }

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