Html Css Color HEX #F2BE99 Mandys Pink

📋 copy color: '#F2BE99'

red 242 ◦ green 190 ◦ blue 153

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

Shades of Mandys Pink #F2BE99

Tints of Mandys Pink #F2BE99

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.48%

 BLUE value IS 153 (60.16% from 255) = 26.15%

R = 41.37%
G = 32.48%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2BE99 (or 0xF2BE99) is known color: Mandys Pink. HEX triplet: F2, BE and 99. RGB value is (242,190,153). Sum of RGB (Red+Green+Blue) = 242+190+153=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 190 (74.61% from 255 or 32.48% from 585); Blue value is 153 (60.16% from 255 or 26.15% from 585); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BE99 is #0D4166. Grayscale: #C9C9C9. Windows color (decimal): -868711 or 10075890. OLE color: 10075890.

HSL color Cylindrical-coordinate representation of color #F2BE99: hue angle of 24.94º degrees, saturation: 0.77, 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 #F2BE99 is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 190 153 -
CMYK 0 0.21 0.37 0.05
HSL 24.94º 0.77% 0.77% -
HSV(B) 24.94º 0.37% 0.95% -
XYZ 60.78 58 38.13 -
YUV 201.33 100.73 157.01 -
System Red Green Blue C M Y K H S L
Decimal 242 190 153 0 0.21 0.37 0.05 24.94 0.77 0.77
Hex F2 BE 99 0 15 25 5 19 4D 4D
Octal 362 276 231 0 25 45 5 31 115 115
Binary 11110010 10111110 10011001 0 10101 100101 101 11001 1001101 1001101

Color Harmonies of #F2BE99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE99

Black with #F2BE99

Text Example


Text Example

White with #F2BE99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE99; }

 p { color: rgb(242,190,153); }

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

background-color css

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

 a { background-color: rgb(242,190,153); }

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

border-color css

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

 span { border-color: rgb(242,190,153); }

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