Html Css Color HEX #FDBAA6 Melon

📋 copy color: '#FDBAA6'

red 253 ◦ green 186 ◦ blue 166

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

Shades of Melon #FDBAA6

Tints of Melon #FDBAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.44%

R = 41.82%
G = 30.74%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FDBAA6 (or 0xFDBAA6) is known color: Melon. HEX triplet: FD, BA and A6. RGB value is (253,186,166). Sum of RGB (Red+Green+Blue) = 253+186+166=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 166 (65.23% from 255 or 27.44% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBAA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBAA6 is #024559. Grayscale: #CBCBCB. Windows color (decimal): -148826 or 10926845. OLE color: 10926845.

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

Color convert

RGB 253 186 166 -
CMYK 0 0.26 0.34 0.01
HSL 13.79º 0.96% 0.82% -
HSV(B) 13.79º 0.34% 0.99% -
XYZ 64.95 58.75 43.99 -
YUV 203.75 106.7 163.13 -
System Red Green Blue C M Y K H S L
Decimal 253 186 166 0 0.26 0.34 0.01 13.79 0.96 0.82
Hex FD BA A6 0 1A 22 1 E 60 52
Octal 375 272 246 0 32 42 1 16 140 122
Binary 11111101 10111010 10100110 0 11010 100010 1 1110 1100000 1010010

Color Harmonies of #FDBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBAA6

Black with #FDBAA6

Text Example


Text Example

White with #FDBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBAA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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