Html Css Color HEX #F2BE9C Mandys Pink

📋 copy color: '#F2BE9C'

red 242 ◦ green 190 ◦ blue 156

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

Shades of Mandys Pink #F2BE9C

Tints of Mandys Pink #F2BE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.53%

R = 41.16%
G = 32.31%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2BE9C (or 0xF2BE9C) is known color: Mandys Pink. HEX triplet: F2, BE and 9C. RGB value is (242,190,156). Sum of RGB (Red+Green+Blue) = 242+190+156=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BE9C is #0D4163. Grayscale: #C9C9C9. Windows color (decimal): -868708 or 10272498. OLE color: 10272498.

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

Color convert

RGB 242 190 156 -
CMYK 0 0.21 0.36 0.05
HSL 23.72º 0.77% 0.78% -
HSV(B) 23.72º 0.36% 0.95% -
XYZ 61.03 58.1 39.45 -
YUV 201.67 102.23 156.76 -
System Red Green Blue C M Y K H S L
Decimal 242 190 156 0 0.21 0.36 0.05 23.72 0.77 0.78
Hex F2 BE 9C 0 15 24 5 18 4D 4E
Octal 362 276 234 0 25 44 5 30 115 116
Binary 11110010 10111110 10011100 0 10101 100100 101 11000 1001101 1001110

Color Harmonies of #F2BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE9C

Black with #F2BE9C

Text Example


Text Example

White with #F2BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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