Html Css Color HEX #FDBA9C Mandys Pink

📋 copy color: '#FDBA9C'

red 253 ◦ green 186 ◦ blue 156

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

Shades of Mandys Pink #FDBA9C

Tints of Mandys Pink #FDBA9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 26.22%

R = 42.52%
G = 31.26%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FDBA9C (or 0xFDBA9C) is known color: Mandys Pink. HEX triplet: FD, BA and 9C. RGB value is (253,186,156). Sum of RGB (Red+Green+Blue) = 253+186+156=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA9C is #024563. Grayscale: #CACACA. Windows color (decimal): -148836 or 10271485. OLE color: 10271485.

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

Color convert

RGB 253 186 156 -
CMYK 0 0.26 0.38 0.01
HSL 18.56º 0.96% 0.8% -
HSV(B) 18.56º 0.38% 0.99% -
XYZ 64.07 58.4 39.35 -
YUV 202.61 101.7 163.94 -
System Red Green Blue C M Y K H S L
Decimal 253 186 156 0 0.26 0.38 0.01 18.56 0.96 0.8
Hex FD BA 9C 0 1A 26 1 13 60 50
Octal 375 272 234 0 32 46 1 23 140 120
Binary 11111101 10111010 10011100 0 11010 100110 1 10011 1100000 1010000

Color Harmonies of #FDBA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA9C

Black with #FDBA9C

Text Example


Text Example

White with #FDBA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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