Html Css Color HEX #F1B298 Mandys Pink

📋 copy color: '#F1B298'

red 241 ◦ green 178 ◦ blue 152

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

Shades of Mandys Pink #F1B298

Tints of Mandys Pink #F1B298

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.17%

 BLUE value IS 152 (59.77% from 255) = 26.62%

R = 42.21%
G = 31.17%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F1B298 (or 0xF1B298) is known color: Mandys Pink. HEX triplet: F1, B2 and 98. RGB value is (241,178,152). Sum of RGB (Red+Green+Blue) = 241+178+152=571 (75% of max value = 765). Red value is 241 (94.53% from 255 or 42.21% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 152 (59.77% from 255 or 26.62% from 571); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B298 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1B298 is #0E4D67. Grayscale: #C2C2C2. Windows color (decimal): -937320 or 10007281. OLE color: 10007281.

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

Color convert

RGB 241 178 152 -
CMYK 0 0.26 0.37 0.05
HSL 17.53º 0.76% 0.77% -
HSV(B) 17.53º 0.37% 0.95% -
XYZ 57.86 52.81 36.85 -
YUV 193.87 104.37 161.61 -
System Red Green Blue C M Y K H S L
Decimal 241 178 152 0 0.26 0.37 0.05 17.53 0.76 0.77
Hex F1 B2 98 0 1A 25 5 12 4C 4D
Octal 361 262 230 0 32 45 5 22 114 115
Binary 11110001 10110010 10011000 0 11010 100101 101 10010 1001100 1001101

Color Harmonies of #F1B298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B298

Black with #F1B298

Text Example


Text Example

White with #F1B298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B298; }

 p { color: rgb(241,178,152); }

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

background-color css

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

 a { background-color: rgb(241,178,152); }

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

border-color css

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

 span { border-color: rgb(241,178,152); }

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