Html Css Color HEX #F1B490 Mandys Pink

📋 copy color: '#F1B490'

red 241 ◦ green 180 ◦ blue 144

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

Shades of Mandys Pink #F1B490

Tints of Mandys Pink #F1B490

RGB

 RED value IS 241 (94.53% from 255) = 42.65%

 GREEN value IS 180 (70.7% from 255) = 31.86%

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

R = 42.65%
G = 31.86%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#F1B490 (or 0xF1B490) is known color: Mandys Pink. HEX triplet: F1, B4 and 90. RGB value is (241,180,144). Sum of RGB (Red+Green+Blue) = 241+180+144=565 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.65% from 565); Green value is 180 (70.70% from 255 or 31.86% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1B490 is #0E4B6F. Grayscale: #C2C2C2. Windows color (decimal): -936816 or 9483505. OLE color: 9483505.

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

Color convert

RGB 241 180 144 -
CMYK 0 0.25 0.40 0.05
HSL 22.27º 0.78% 0.75% -
HSV(B) 22.27º 0.4% 0.95% -
XYZ 57.63 53.36 33.65 -
YUV 194.14 99.71 161.43 -
System Red Green Blue C M Y K H S L
Decimal 241 180 144 0 0.25 0.40 0.05 22.27 0.78 0.75
Hex F1 B4 90 0 19 28 5 16 4E 4B
Octal 361 264 220 0 31 50 5 26 116 113
Binary 11110001 10110100 10010000 0 11001 101000 101 10110 1001110 1001011

Color Harmonies of #F1B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B490

Black with #F1B490

Text Example


Text Example

White with #F1B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B490; }

 p { color: rgb(241,180,144); }

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

background-color css

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

 a { background-color: rgb(241,180,144); }

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

border-color css

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

 span { border-color: rgb(241,180,144); }

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