Html Css Color HEX #FDB58A Mandys Pink

📋 copy color: '#FDB58A'

red 253 ◦ green 181 ◦ blue 138

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

Shades of Mandys Pink #FDB58A

Tints of Mandys Pink #FDB58A

RGB

 RED value IS 253 (99.22% from 255) = 44.23%

 GREEN value IS 181 (71.09% from 255) = 31.64%

 BLUE value IS 138 (54.3% from 255) = 24.13%

R = 44.23%
G = 31.64%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDB58A (or 0xFDB58A) is known color: Mandys Pink. HEX triplet: FD, B5 and 8A. RGB value is (253,181,138). Sum of RGB (Red+Green+Blue) = 253+181+138=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB58A is #024A75. Grayscale: #C5C5C5. Windows color (decimal): -150134 or 9090557. OLE color: 9090557.

HSL color Cylindrical-coordinate representation of color #FDB58A: hue angle of 22.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDB58A is Cyan = 0, Magento = 0.28, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 181 138 -
CMYK 0 0.28 0.45 0.01
HSL 22.43º 0.97% 0.77% -
HSV(B) 22.43º 0.45% 0.99% -
XYZ 61.62 55.77 31.56 -
YUV 197.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 253 181 138 0 0.28 0.45 0.01 22.43 0.97 0.77
Hex FD B5 8A 0 1C 2D 1 16 61 4D
Octal 375 265 212 0 34 55 1 26 141 115
Binary 11111101 10110101 10001010 0 11100 101101 1 10110 1100001 1001101

Color Harmonies of #FDB58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB58A

Black with #FDB58A

Text Example


Text Example

White with #FDB58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB58A; }

 p { color: rgb(253,181,138); }

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

background-color css

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

 a { background-color: rgb(253,181,138); }

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

border-color css

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

 span { border-color: rgb(253,181,138); }

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