Html Css Color HEX #F2BC99 Mandys Pink

📋 copy color: '#F2BC99'

red 242 ◦ green 188 ◦ blue 153

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

Shades of Mandys Pink #F2BC99

Tints of Mandys Pink #F2BC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.25%

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

R = 41.51%
G = 32.25%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2BC99 (or 0xF2BC99) is known color: Mandys Pink. HEX triplet: F2, BC and 99. RGB value is (242,188,153). Sum of RGB (Red+Green+Blue) = 242+188+153=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 153 (60.16% from 255 or 26.24% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BC99 is #0D4366. Grayscale: #C8C8C8. Windows color (decimal): -869223 or 10075378. OLE color: 10075378.

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

Color convert

RGB 242 188 153 -
CMYK 0 0.22 0.37 0.05
HSL 23.6º 0.77% 0.77% -
HSV(B) 23.6º 0.37% 0.95% -
XYZ 60.35 57.14 37.99 -
YUV 200.16 101.39 157.85 -
System Red Green Blue C M Y K H S L
Decimal 242 188 153 0 0.22 0.37 0.05 23.6 0.77 0.77
Hex F2 BC 99 0 16 25 5 18 4D 4D
Octal 362 274 231 0 26 45 5 30 115 115
Binary 11110010 10111100 10011001 0 10110 100101 101 11000 1001101 1001101

Color Harmonies of #F2BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BC99

Black with #F2BC99

Text Example


Text Example

White with #F2BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BC99; }

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

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

background-color css

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

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

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

border-color css

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

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

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