Html Css Color HEX #F3BD9B Mandys Pink

📋 copy color: '#F3BD9B'

red 243 ◦ green 189 ◦ blue 155

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

Shades of Mandys Pink #F3BD9B

Tints of Mandys Pink #F3BD9B

RGB

 RED value IS 243 (95.31% from 255) = 41.4%

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

 BLUE value IS 155 (60.94% from 255) = 26.41%

R = 41.4%
G = 32.2%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F3BD9B (or 0xF3BD9B) is known color: Mandys Pink. HEX triplet: F3, BD and 9B. RGB value is (243,189,155). Sum of RGB (Red+Green+Blue) = 243+189+155=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 155 (60.94% from 255 or 26.41% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BD9B is #0C4264. Grayscale: #C9C9C9. Windows color (decimal): -803429 or 10206707. OLE color: 10206707.

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

Color convert

RGB 243 189 155 -
CMYK 0 0.22 0.36 0.05
HSL 23.18º 0.79% 0.78% -
HSV(B) 23.18º 0.36% 0.95% -
XYZ 61.08 57.82 38.95 -
YUV 201.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 243 189 155 0 0.22 0.36 0.05 23.18 0.79 0.78
Hex F3 BD 9B 0 16 24 5 17 4F 4E
Octal 363 275 233 0 26 44 5 27 117 116
Binary 11110011 10111101 10011011 0 10110 100100 101 10111 1001111 1001110

Color Harmonies of #F3BD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BD9B

Black with #F3BD9B

Text Example


Text Example

White with #F3BD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BD9B; }

 p { color: rgb(243,189,155); }

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

background-color css

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

 a { background-color: rgb(243,189,155); }

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

border-color css

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

 span { border-color: rgb(243,189,155); }

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