Html Css Color HEX #FDB49B Mandys Pink

📋 copy color: '#FDB49B'

red 253 ◦ green 180 ◦ blue 155

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

Shades of Mandys Pink #FDB49B

Tints of Mandys Pink #FDB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.61%

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

R = 43.03%
G = 30.61%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDB49B (or 0xFDB49B) is known color: Mandys Pink. HEX triplet: FD, B4 and 9B. RGB value is (253,180,155). Sum of RGB (Red+Green+Blue) = 253+180+155=588 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.03% from 588); Green value is 180 (70.70% from 255 or 30.61% from 588); Blue value is 155 (60.94% from 255 or 26.36% from 588); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB49B is #024B64. Grayscale: #C7C7C7. Windows color (decimal): -150373 or 10204413. OLE color: 10204413.

HSL color Cylindrical-coordinate representation of color #FDB49B: hue angle of 15.31º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #FDB49B is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 180 155 -
CMYK 0 0.29 0.39 0.01
HSL 15.31º 0.96% 0.8% -
HSV(B) 15.31º 0.39% 0.99% -
XYZ 62.75 55.89 38.49 -
YUV 198.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 253 180 155 0 0.29 0.39 0.01 15.31 0.96 0.8
Hex FD B4 9B 0 1D 27 1 F 60 50
Octal 375 264 233 0 35 47 1 17 140 120
Binary 11111101 10110100 10011011 0 11101 100111 1 1111 1100000 1010000

Color Harmonies of #FDB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB49B

Black with #FDB49B

Text Example


Text Example

White with #FDB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB49B; }

 p { color: rgb(253,180,155); }

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

background-color css

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

 a { background-color: rgb(253,180,155); }

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

border-color css

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

 span { border-color: rgb(253,180,155); }

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