Html Css Color HEX #F2B492 Mandys Pink

📋 copy color: '#F2B492'

red 242 ◦ green 180 ◦ blue 146

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

Shades of Mandys Pink #F2B492

Tints of Mandys Pink #F2B492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 25.7%

R = 42.61%
G = 31.69%
B = 25.7%

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

#F2B492 (or 0xF2B492) is known color: Mandys Pink. HEX triplet: F2, B4 and 92. RGB value is (242,180,146). Sum of RGB (Red+Green+Blue) = 242+180+146=568 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.61% from 568); Green value is 180 (70.70% from 255 or 31.69% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B492 is #0D4B6D. Grayscale: #C2C2C2. Windows color (decimal): -871278 or 9614578. OLE color: 9614578.

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

Color convert

RGB 242 180 146 -
CMYK 0 0.26 0.40 0.05
HSL 21.25º 0.79% 0.76% -
HSV(B) 21.25º 0.4% 0.95% -
XYZ 58.13 53.6 34.48 -
YUV 194.66 100.54 161.76 -
System Red Green Blue C M Y K H S L
Decimal 242 180 146 0 0.26 0.40 0.05 21.25 0.79 0.76
Hex F2 B4 92 0 1A 28 5 15 4F 4C
Octal 362 264 222 0 32 50 5 25 117 114
Binary 11110010 10110100 10010010 0 11010 101000 101 10101 1001111 1001100

Color Harmonies of #F2B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B492

Black with #F2B492

Text Example


Text Example

White with #F2B492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B492; }

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

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

background-color css

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

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

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

border-color css

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

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

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