Html Css Color HEX #F2BF9F Mandys Pink

📋 copy color: '#F2BF9F'

red 242 ◦ green 191 ◦ blue 159

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

Shades of Mandys Pink #F2BF9F

Tints of Mandys Pink #F2BF9F

RGB

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

 GREEN value IS 191 (75% from 255) = 32.26%

 BLUE value IS 159 (62.5% from 255) = 26.86%

R = 40.88%
G = 32.26%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2BF9F (or 0xF2BF9F) is known color: Mandys Pink. HEX triplet: F2, BF and 9F. RGB value is (242,191,159). Sum of RGB (Red+Green+Blue) = 242+191+159=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 159 (62.5% from 255 or 26.86% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BF9F is #0D4060. Grayscale: #CACACA. Windows color (decimal): -868449 or 10469362. OLE color: 10469362.

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

Color convert

RGB 242 191 159 -
CMYK 0 0.21 0.34 0.05
HSL 23.13º 0.76% 0.79% -
HSV(B) 23.13º 0.34% 0.95% -
XYZ 61.51 58.64 40.88 -
YUV 202.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 242 191 159 0 0.21 0.34 0.05 23.13 0.76 0.79
Hex F2 BF 9F 0 15 22 5 17 4C 4F
Octal 362 277 237 0 25 42 5 27 114 117
Binary 11110010 10111111 10011111 0 10101 100010 101 10111 1001100 1001111

Color Harmonies of #F2BF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF9F

Black with #F2BF9F

Text Example


Text Example

White with #F2BF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF9F; }

 p { color: rgb(242,191,159); }

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

background-color css

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

 a { background-color: rgb(242,191,159); }

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

border-color css

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

 span { border-color: rgb(242,191,159); }

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