Html Css Color HEX #F2B290 Mandys Pink

📋 copy color: '#F2B290'

red 242 ◦ green 178 ◦ blue 144

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

Shades of Mandys Pink #F2B290

Tints of Mandys Pink #F2B290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.53%

R = 42.91%
G = 31.56%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2B290 (or 0xF2B290) is known color: Mandys Pink. HEX triplet: F2, B2 and 90. RGB value is (242,178,144). Sum of RGB (Red+Green+Blue) = 242+178+144=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 178 (69.92% from 255 or 31.56% from 564); Blue value is 144 (56.64% from 255 or 25.53% from 564); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B290 is #0D4D6F. Grayscale: #C1C1C1. Windows color (decimal): -871792 or 9482994. OLE color: 9482994.

HSL color Cylindrical-coordinate representation of color #F2B290: hue angle of 20.82º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2B290 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 178 144 -
CMYK 0 0.26 0.40 0.05
HSL 20.82º 0.79% 0.76% -
HSV(B) 20.82º 0.4% 0.95% -
XYZ 57.57 52.73 33.53 -
YUV 193.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 242 178 144 0 0.26 0.40 0.05 20.82 0.79 0.76
Hex F2 B2 90 0 1A 28 5 15 4F 4C
Octal 362 262 220 0 32 50 5 25 117 114
Binary 11110010 10110010 10010000 0 11010 101000 101 10101 1001111 1001100

Color Harmonies of #F2B290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B290

Black with #F2B290

Text Example


Text Example

White with #F2B290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B290; }

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

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

background-color css

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

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

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

border-color css

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

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

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