Html Css Color HEX #F2BB90 Mandys Pink

📋 copy color: '#F2BB90'

red 242 ◦ green 187 ◦ blue 144

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

Shades of Mandys Pink #F2BB90

Tints of Mandys Pink #F2BB90

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.64%

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

R = 42.23%
G = 32.64%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F2BB90 (or 0xF2BB90) is known color: Mandys Pink. HEX triplet: F2, BB and 90. RGB value is (242,187,144). Sum of RGB (Red+Green+Blue) = 242+187+144=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 187 (73.44% from 255 or 32.64% from 573); Blue value is 144 (56.64% from 255 or 25.13% from 573); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2BB90 is #0D446F. Grayscale: #C6C6C6. Windows color (decimal): -869488 or 9485298. OLE color: 9485298.

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

Color convert

RGB 242 187 144 -
CMYK 0 0.23 0.40 0.05
HSL 26.33º 0.79% 0.76% -
HSV(B) 26.33º 0.4% 0.95% -
XYZ 59.42 56.43 34.15 -
YUV 198.54 97.22 159 -
System Red Green Blue C M Y K H S L
Decimal 242 187 144 0 0.23 0.40 0.05 26.33 0.79 0.76
Hex F2 BB 90 0 17 28 5 1A 4F 4C
Octal 362 273 220 0 27 50 5 32 117 114
Binary 11110010 10111011 10010000 0 10111 101000 101 11010 1001111 1001100

Color Harmonies of #F2BB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BB90

Black with #F2BB90

Text Example


Text Example

White with #F2BB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BB90; }

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

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

background-color css

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

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

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

border-color css

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

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

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