Html Css Color HEX #FDBAA5 Melon

📋 copy color: '#FDBAA5'

red 253 ◦ green 186 ◦ blue 165

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

Shades of Melon #FDBAA5

Tints of Melon #FDBAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.32%

R = 41.89%
G = 30.79%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FDBAA5 (or 0xFDBAA5) is known color: Melon. HEX triplet: FD, BA and A5. RGB value is (253,186,165). Sum of RGB (Red+Green+Blue) = 253+186+165=604 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.89% from 604); Green value is 186 (73.05% from 255 or 30.79% from 604); Blue value is 165 (64.84% from 255 or 27.32% from 604); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA5 is #02455A. Grayscale: #CBCBCB. Windows color (decimal): -148827 or 10861309. OLE color: 10861309.

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

Color convert

RGB 253 186 165 -
CMYK 0 0.26 0.35 0.01
HSL 14.32º 0.96% 0.82% -
HSV(B) 14.32º 0.35% 0.99% -
XYZ 64.86 58.72 43.51 -
YUV 203.64 106.2 163.21 -
System Red Green Blue C M Y K H S L
Decimal 253 186 165 0 0.26 0.35 0.01 14.32 0.96 0.82
Hex FD BA A5 0 1A 23 1 E 60 52
Octal 375 272 245 0 32 43 1 16 140 122
Binary 11111101 10111010 10100101 0 11010 100011 1 1110 1100000 1010010

Color Harmonies of #FDBAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAA5

Black with #FDBAA5

Text Example


Text Example

White with #FDBAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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