Html Css Color HEX #F1BD9C Mandys Pink

📋 copy color: '#F1BD9C'

red 241 ◦ green 189 ◦ blue 156

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

Shades of Mandys Pink #F1BD9C

Tints of Mandys Pink #F1BD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.25%

 BLUE value IS 156 (61.33% from 255) = 26.62%

R = 41.13%
G = 32.25%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1BD9C (or 0xF1BD9C) is known color: Mandys Pink. HEX triplet: F1, BD and 9C. RGB value is (241,189,156). Sum of RGB (Red+Green+Blue) = 241+189+156=586 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.13% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 156 (61.33% from 255 or 26.62% from 586); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BD9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BD9C is #0E4263. Grayscale: #C8C8C8. Windows color (decimal): -934500 or 10272241. OLE color: 10272241.

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

Color convert

RGB 241 189 156 -
CMYK 0 0.22 0.35 0.05
HSL 23.29º 0.75% 0.78% -
HSV(B) 23.29º 0.35% 0.95% -
XYZ 60.47 57.5 39.36 -
YUV 200.79 102.73 156.68 -
System Red Green Blue C M Y K H S L
Decimal 241 189 156 0 0.22 0.35 0.05 23.29 0.75 0.78
Hex F1 BD 9C 0 16 23 5 17 4B 4E
Octal 361 275 234 0 26 43 5 27 113 116
Binary 11110001 10111101 10011100 0 10110 100011 101 10111 1001011 1001110

Color Harmonies of #F1BD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BD9C

Black with #F1BD9C

Text Example


Text Example

White with #F1BD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BD9C; }

 p { color: rgb(241,189,156); }

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

background-color css

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

 a { background-color: rgb(241,189,156); }

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

border-color css

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

 span { border-color: rgb(241,189,156); }

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