Html Css Color HEX #F1BF96 Mandys Pink

📋 copy color: '#F1BF96'

red 241 ◦ green 191 ◦ blue 150

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

Shades of Mandys Pink #F1BF96

Tints of Mandys Pink #F1BF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.77%

R = 41.41%
G = 32.82%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F1BF96 (or 0xF1BF96) is known color: Mandys Pink. HEX triplet: F1, BF and 96. RGB value is (241,191,150). Sum of RGB (Red+Green+Blue) = 241+191+150=582 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.41% from 582); Green value is 191 (75% from 255 or 32.82% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BF96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BF96 is #0E4069. Grayscale: #C9C9C9. Windows color (decimal): -933994 or 9879537. OLE color: 9879537.

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

Color convert

RGB 241 191 150 -
CMYK 0 0.21 0.38 0.05
HSL 27.03º 0.76% 0.77% -
HSV(B) 27.03º 0.38% 0.95% -
XYZ 60.41 58.16 36.9 -
YUV 201.28 99.07 156.33 -
System Red Green Blue C M Y K H S L
Decimal 241 191 150 0 0.21 0.38 0.05 27.03 0.76 0.77
Hex F1 BF 96 0 15 26 5 1B 4C 4D
Octal 361 277 226 0 25 46 5 33 114 115
Binary 11110001 10111111 10010110 0 10101 100110 101 11011 1001100 1001101

Color Harmonies of #F1BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BF96

Black with #F1BF96

Text Example


Text Example

White with #F1BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BF96; }

 p { color: rgb(241,191,150); }

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

background-color css

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

 a { background-color: rgb(241,191,150); }

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

border-color css

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

 span { border-color: rgb(241,191,150); }

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