Html Css Color HEX #FDB18A Mandys Pink

📋 copy color: '#FDB18A'

red 253 ◦ green 177 ◦ blue 138

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

Shades of Mandys Pink #FDB18A

Tints of Mandys Pink #FDB18A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.16%

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

R = 44.54%
G = 31.16%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDB18A (or 0xFDB18A) is known color: Mandys Pink. HEX triplet: FD, B1 and 8A. RGB value is (253,177,138). Sum of RGB (Red+Green+Blue) = 253+177+138=568 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.54% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB18A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDB18A is #024E75. Grayscale: #C3C3C3. Windows color (decimal): -151158 or 9089533. OLE color: 9089533.

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

Color convert

RGB 253 177 138 -
CMYK 0 0.30 0.45 0.01
HSL 20.35º 0.97% 0.77% -
HSV(B) 20.35º 0.45% 0.99% -
XYZ 60.82 54.16 31.29 -
YUV 195.28 95.68 169.17 -
System Red Green Blue C M Y K H S L
Decimal 253 177 138 0 0.30 0.45 0.01 20.35 0.97 0.77
Hex FD B1 8A 0 1E 2D 1 14 61 4D
Octal 375 261 212 0 36 55 1 24 141 115
Binary 11111101 10110001 10001010 0 11110 101101 1 10100 1100001 1001101

Color Harmonies of #FDB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB18A

Black with #FDB18A

Text Example


Text Example

White with #FDB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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