Html Css Color HEX #F2B390 Mandys Pink

📋 copy color: '#F2B390'

red 242 ◦ green 179 ◦ blue 144

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

Shades of Mandys Pink #F2B390

Tints of Mandys Pink #F2B390

RGB

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

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

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

R = 42.83%
G = 31.68%
B = 25.49%

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

#F2B390 (or 0xF2B390) is known color: Mandys Pink. HEX triplet: F2, B3 and 90. RGB value is (242,179,144). Sum of RGB (Red+Green+Blue) = 242+179+144=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 179 (70.31% from 255 or 31.68% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B390 is #0D4C6F. Grayscale: #C2C2C2. Windows color (decimal): -871536 or 9483250. OLE color: 9483250.

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

Color convert

RGB 242 179 144 -
CMYK 0 0.26 0.40 0.05
HSL 21.43º 0.79% 0.76% -
HSV(B) 21.43º 0.4% 0.95% -
XYZ 57.77 53.13 33.6 -
YUV 193.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 242 179 144 0 0.26 0.40 0.05 21.43 0.79 0.76
Hex F2 B3 90 0 1A 28 5 15 4F 4C
Octal 362 263 220 0 32 50 5 25 117 114
Binary 11110010 10110011 10010000 0 11010 101000 101 10101 1001111 1001100

Color Harmonies of #F2B390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B390

Black with #F2B390

Text Example


Text Example

White with #F2B390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B390; }

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

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

background-color css

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

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

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

border-color css

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

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

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