Html Css Color HEX #FDBA9F Mandys Pink

📋 copy color: '#FDBA9F'

red 253 ◦ green 186 ◦ blue 159

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

Shades of Mandys Pink #FDBA9F

Tints of Mandys Pink #FDBA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.59%

R = 42.31%
G = 31.1%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#FDBA9F (or 0xFDBA9F) is known color: Mandys Pink. HEX triplet: FD, BA and 9F. RGB value is (253,186,159). Sum of RGB (Red+Green+Blue) = 253+186+159=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 159 (62.5% from 255 or 26.59% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA9F is #024560. Grayscale: #CBCBCB. Windows color (decimal): -148833 or 10468093. OLE color: 10468093.

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

Color convert

RGB 253 186 159 -
CMYK 0 0.26 0.37 0.01
HSL 17.23º 0.96% 0.81% -
HSV(B) 17.23º 0.37% 0.99% -
XYZ 64.32 58.5 40.7 -
YUV 202.96 103.2 163.7 -
System Red Green Blue C M Y K H S L
Decimal 253 186 159 0 0.26 0.37 0.01 17.23 0.96 0.81
Hex FD BA 9F 0 1A 25 1 11 60 51
Octal 375 272 237 0 32 45 1 21 140 121
Binary 11111101 10111010 10011111 0 11010 100101 1 10001 1100000 1010001

Color Harmonies of #FDBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA9F

Black with #FDBA9F

Text Example


Text Example

White with #FDBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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