Html Css Color HEX #FDBD8D Mandys Pink

📋 copy color: '#FDBD8D'

red 253 ◦ green 189 ◦ blue 141

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

Shades of Mandys Pink #FDBD8D

Tints of Mandys Pink #FDBD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.19%

R = 43.4%
G = 32.42%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDBD8D (or 0xFDBD8D) is known color: Mandys Pink. HEX triplet: FD, BD and 8D. RGB value is (253,189,141). Sum of RGB (Red+Green+Blue) = 253+189+141=583 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.40% from 583); Green value is 189 (74.22% from 255 or 32.42% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBD8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBD8D is #024272. Grayscale: #CACACA. Windows color (decimal): -148083 or 9289213. OLE color: 9289213.

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

Color convert

RGB 253 189 141 -
CMYK 0 0.25 0.44 0.01
HSL 25.71º 0.97% 0.77% -
HSV(B) 25.71º 0.44% 0.99% -
XYZ 63.51 59.2 33.28 -
YUV 202.66 93.2 163.9 -
System Red Green Blue C M Y K H S L
Decimal 253 189 141 0 0.25 0.44 0.01 25.71 0.97 0.77
Hex FD BD 8D 0 19 2C 1 1A 61 4D
Octal 375 275 215 0 31 54 1 32 141 115
Binary 11111101 10111101 10001101 0 11001 101100 1 11010 1100001 1001101

Color Harmonies of #FDBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBD8D

Black with #FDBD8D

Text Example


Text Example

White with #FDBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBD8D; }

 p { color: rgb(253,189,141); }

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

background-color css

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

 a { background-color: rgb(253,189,141); }

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

border-color css

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

 span { border-color: rgb(253,189,141); }

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