Html Css Color HEX #FDBA9A Mandys Pink

📋 copy color: '#FDBA9A'

red 253 ◦ green 186 ◦ blue 154

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

Shades of Mandys Pink #FDBA9A

Tints of Mandys Pink #FDBA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 25.97%

R = 42.66%
G = 31.37%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.01

RGB Variations

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

Color information

#FDBA9A (or 0xFDBA9A) is known color: Mandys Pink. HEX triplet: FD, BA and 9A. RGB value is (253,186,154). Sum of RGB (Red+Green+Blue) = 253+186+154=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 154 (60.55% from 255 or 25.97% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA9A is #024565. Grayscale: #CACACA. Windows color (decimal): -148838 or 10140413. OLE color: 10140413.

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

Color convert

RGB 253 186 154 -
CMYK 0 0.26 0.39 0.01
HSL 19.39º 0.96% 0.8% -
HSV(B) 19.39º 0.39% 0.99% -
XYZ 63.9 58.33 38.46 -
YUV 202.39 100.7 164.1 -
System Red Green Blue C M Y K H S L
Decimal 253 186 154 0 0.26 0.39 0.01 19.39 0.96 0.8
Hex FD BA 9A 0 1A 27 1 13 60 50
Octal 375 272 232 0 32 47 1 23 140 120
Binary 11111101 10111010 10011010 0 11010 100111 1 10011 1100000 1010000

Color Harmonies of #FDBA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA9A

Black with #FDBA9A

Text Example


Text Example

White with #FDBA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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