Html Css Color HEX #F2B598 Mandys Pink

📋 copy color: '#F2B598'

red 242 ◦ green 181 ◦ blue 152

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

Shades of Mandys Pink #F2B598

Tints of Mandys Pink #F2B598

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.48%

 BLUE value IS 152 (59.77% from 255) = 26.43%

R = 42.09%
G = 31.48%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2B598 (or 0xF2B598) is known color: Mandys Pink. HEX triplet: F2, B5 and 98. RGB value is (242,181,152). Sum of RGB (Red+Green+Blue) = 242+181+152=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 152 (59.77% from 255 or 26.43% from 575); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B598 is #0D4A67. Grayscale: #C4C4C4. Windows color (decimal): -871016 or 10008050. OLE color: 10008050.

HSL color Cylindrical-coordinate representation of color #F2B598: hue angle of 19.33º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2B598 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 181 152 -
CMYK 0 0.25 0.37 0.05
HSL 19.33º 0.78% 0.77% -
HSV(B) 19.33º 0.37% 0.95% -
XYZ 58.81 54.19 37.07 -
YUV 195.93 103.21 160.86 -
System Red Green Blue C M Y K H S L
Decimal 242 181 152 0 0.25 0.37 0.05 19.33 0.78 0.77
Hex F2 B5 98 0 19 25 5 13 4E 4D
Octal 362 265 230 0 31 45 5 23 116 115
Binary 11110010 10110101 10011000 0 11001 100101 101 10011 1001110 1001101

Color Harmonies of #F2B598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B598

Black with #F2B598

Text Example


Text Example

White with #F2B598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B598; }

 p { color: rgb(242,181,152); }

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

background-color css

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

 a { background-color: rgb(242,181,152); }

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

border-color css

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

 span { border-color: rgb(242,181,152); }

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