Html Css Color HEX #F2BF90 Mandys Pink

📋 copy color: '#F2BF90'

red 242 ◦ green 191 ◦ blue 144

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

Shades of Mandys Pink #F2BF90

Tints of Mandys Pink #F2BF90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.96%

R = 41.94%
G = 33.1%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2BF90 (or 0xF2BF90) is known color: Mandys Pink. HEX triplet: F2, BF and 90. RGB value is (242,191,144). Sum of RGB (Red+Green+Blue) = 242+191+144=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 144 (56.64% from 255 or 24.96% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BF90 is #0D406F. Grayscale: #C9C9C9. Windows color (decimal): -868464 or 9486322. OLE color: 9486322.

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

Color convert

RGB 242 191 144 -
CMYK 0 0.21 0.40 0.05
HSL 28.78º 0.79% 0.76% -
HSV(B) 28.78º 0.4% 0.95% -
XYZ 60.28 58.15 34.43 -
YUV 200.89 95.9 157.32 -
System Red Green Blue C M Y K H S L
Decimal 242 191 144 0 0.21 0.40 0.05 28.78 0.79 0.76
Hex F2 BF 90 0 15 28 5 1D 4F 4C
Octal 362 277 220 0 25 50 5 35 117 114
Binary 11110010 10111111 10010000 0 10101 101000 101 11101 1001111 1001100

Color Harmonies of #F2BF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BF90

Black with #F2BF90

Text Example


Text Example

White with #F2BF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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