Html Css Color HEX #FDBA8D Mandys Pink

📋 copy color: '#FDBA8D'

red 253 ◦ green 186 ◦ blue 141

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

Shades of Mandys Pink #FDBA8D

Tints of Mandys Pink #FDBA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.07%

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

R = 43.62%
G = 32.07%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDBA8D (or 0xFDBA8D) is known color: Mandys Pink. HEX triplet: FD, BA and 8D. RGB value is (253,186,141). Sum of RGB (Red+Green+Blue) = 253+186+141=580 (76% of max value = 765). Red value is 253 (99.22% from 255 or 43.62% from 580); Green value is 186 (73.05% from 255 or 32.07% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA8D is #024572. Grayscale: #C9C9C9. Windows color (decimal): -148851 or 9288445. OLE color: 9288445.

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

Color convert

RGB 253 186 141 -
CMYK 0 0.26 0.44 0.01
HSL 24.11º 0.97% 0.77% -
HSV(B) 24.11º 0.44% 0.99% -
XYZ 62.87 57.92 33.07 -
YUV 200.9 94.2 165.16 -
System Red Green Blue C M Y K H S L
Decimal 253 186 141 0 0.26 0.44 0.01 24.11 0.97 0.77
Hex FD BA 8D 0 1A 2C 1 18 61 4D
Octal 375 272 215 0 32 54 1 30 141 115
Binary 11111101 10111010 10001101 0 11010 101100 1 11000 1100001 1001101

Color Harmonies of #FDBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA8D

Black with #FDBA8D

Text Example


Text Example

White with #FDBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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