Html Css Color HEX #F3BDA5 Mandys Pink

📋 copy color: '#F3BDA5'

red 243 ◦ green 189 ◦ blue 165

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

Shades of Mandys Pink #F3BDA5

Tints of Mandys Pink #F3BDA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.64%

R = 40.7%
G = 31.66%
B = 27.64%

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

#F3BDA5 (or 0xF3BDA5) is known color: Mandys Pink. HEX triplet: F3, BD and A5. RGB value is (243,189,165). Sum of RGB (Red+Green+Blue) = 243+189+165=597 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.70% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 243 - color contains mainly: red. Hex color #F3BDA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3BDA5 is #0C425A. Grayscale: #CACACA. Windows color (decimal): -803419 or 10862067. OLE color: 10862067.

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

Color convert

RGB 243 189 165 -
CMYK 0 0.22 0.32 0.05
HSL 18.46º 0.76% 0.8% -
HSV(B) 18.46º 0.32% 0.95% -
XYZ 61.95 58.17 43.56 -
YUV 202.41 106.89 156.95 -
System Red Green Blue C M Y K H S L
Decimal 243 189 165 0 0.22 0.32 0.05 18.46 0.76 0.8
Hex F3 BD A5 0 16 20 5 12 4C 50
Octal 363 275 245 0 26 40 5 22 114 120
Binary 11110011 10111101 10100101 0 10110 100000 101 10010 1001100 1010000

Color Harmonies of #F3BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDA5

Black with #F3BDA5

Text Example


Text Example

White with #F3BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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