Html Css Color HEX #F1BDA3 Mandys Pink

📋 copy color: '#F1BDA3'

red 241 ◦ green 189 ◦ blue 163

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

Shades of Mandys Pink #F1BDA3

Tints of Mandys Pink #F1BDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 27.49%

R = 40.64%
G = 31.87%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F1BDA3 (or 0xF1BDA3) is known color: Mandys Pink. HEX triplet: F1, BD and A3. RGB value is (241,189,163). Sum of RGB (Red+Green+Blue) = 241+189+163=593 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.64% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 241 - color contains mainly: red. Hex color #F1BDA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1BDA3 is #0E425C. Grayscale: #C9C9C9. Windows color (decimal): -934493 or 10730993. OLE color: 10730993.

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

Color convert

RGB 241 189 163 -
CMYK 0 0.22 0.32 0.05
HSL 20º 0.74% 0.79% -
HSV(B) 20º 0.32% 0.95% -
XYZ 61.08 57.74 42.58 -
YUV 201.58 106.23 156.11 -
System Red Green Blue C M Y K H S L
Decimal 241 189 163 0 0.22 0.32 0.05 20 0.74 0.79
Hex F1 BD A3 0 16 20 5 14 4A 4F
Octal 361 275 243 0 26 40 5 24 112 117
Binary 11110001 10111101 10100011 0 10110 100000 101 10100 1001010 1001111

Color Harmonies of #F1BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1BDA3

Black with #F1BDA3

Text Example


Text Example

White with #F1BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1BDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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