Html Css Color HEX #F2BA9E Mandys Pink

📋 copy color: '#F2BA9E'

red 242 ◦ green 186 ◦ blue 158

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

Shades of Mandys Pink #F2BA9E

Tints of Mandys Pink #F2BA9E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.74%

 BLUE value IS 158 (62.11% from 255) = 26.96%

R = 41.3%
G = 31.74%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2BA9E (or 0xF2BA9E) is known color: Mandys Pink. HEX triplet: F2, BA and 9E. RGB value is (242,186,158). Sum of RGB (Red+Green+Blue) = 242+186+158=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BA9E is #0D4561. Grayscale: #C7C7C7. Windows color (decimal): -869730 or 10402546. OLE color: 10402546.

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

Color convert

RGB 242 186 158 -
CMYK 0 0.23 0.35 0.05
HSL 20º 0.76% 0.78% -
HSV(B) 20º 0.35% 0.95% -
XYZ 60.35 56.46 40.07 -
YUV 199.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 242 186 158 0 0.23 0.35 0.05 20 0.76 0.78
Hex F2 BA 9E 0 17 23 5 14 4C 4E
Octal 362 272 236 0 27 43 5 24 114 116
Binary 11110010 10111010 10011110 0 10111 100011 101 10100 1001100 1001110

Color Harmonies of #F2BA9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BA9E

Black with #F2BA9E

Text Example


Text Example

White with #F2BA9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BA9E; }

 p { color: rgb(242,186,158); }

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

background-color css

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

 a { background-color: rgb(242,186,158); }

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

border-color css

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

 span { border-color: rgb(242,186,158); }

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