Html Css Color HEX #FDBA91 Mandys Pink

📋 copy color: '#FDBA91'

red 253 ◦ green 186 ◦ blue 145

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

Shades of Mandys Pink #FDBA91

Tints of Mandys Pink #FDBA91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.83%

R = 43.32%
G = 31.85%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FDBA91 (or 0xFDBA91) is known color: Mandys Pink. HEX triplet: FD, BA and 91. RGB value is (253,186,145). Sum of RGB (Red+Green+Blue) = 253+186+145=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBA91 is #02456E. Grayscale: #C9C9C9. Windows color (decimal): -148847 or 9550589. OLE color: 9550589.

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

Color convert

RGB 253 186 145 -
CMYK 0 0.26 0.43 0.01
HSL 22.78º 0.96% 0.78% -
HSV(B) 22.78º 0.43% 0.99% -
XYZ 63.18 58.04 34.66 -
YUV 201.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 253 186 145 0 0.26 0.43 0.01 22.78 0.96 0.78
Hex FD BA 91 0 1A 2B 1 17 60 4E
Octal 375 272 221 0 32 53 1 27 140 116
Binary 11111101 10111010 10010001 0 11010 101011 1 10111 1100000 1001110

Color Harmonies of #FDBA91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBA91

Black with #FDBA91

Text Example


Text Example

White with #FDBA91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBA91; }

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

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

background-color css

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

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

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

border-color css

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

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

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