Html Css Color HEX #FDB38A Mandys Pink

📋 copy color: '#FDB38A'

red 253 ◦ green 179 ◦ blue 138

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

Shades of Mandys Pink #FDB38A

Tints of Mandys Pink #FDB38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.4%

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

R = 44.39%
G = 31.4%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDB38A (or 0xFDB38A) is known color: Mandys Pink. HEX triplet: FD, B3 and 8A. RGB value is (253,179,138). Sum of RGB (Red+Green+Blue) = 253+179+138=570 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.39% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB38A is #024C75. Grayscale: #C4C4C4. Windows color (decimal): -150646 or 9090045. OLE color: 9090045.

HSL color Cylindrical-coordinate representation of color #FDB38A: hue angle of 21.39º 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 #FDB38A is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 179 138 -
CMYK 0 0.29 0.45 0.01
HSL 21.39º 0.97% 0.77% -
HSV(B) 21.39º 0.45% 0.99% -
XYZ 61.22 54.96 31.43 -
YUV 196.45 95.02 168.33 -
System Red Green Blue C M Y K H S L
Decimal 253 179 138 0 0.29 0.45 0.01 21.39 0.97 0.77
Hex FD B3 8A 0 1D 2D 1 15 61 4D
Octal 375 263 212 0 35 55 1 25 141 115
Binary 11111101 10110011 10001010 0 11101 101101 1 10101 1100001 1001101

Color Harmonies of #FDB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB38A

Black with #FDB38A

Text Example


Text Example

White with #FDB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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