Html Css Color HEX #FDB9AF Melon

📋 copy color: '#FDB9AF'

red 253 ◦ green 185 ◦ blue 175

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

Shades of Melon #FDB9AF

Tints of Melon #FDB9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.18%

 BLUE value IS 175 (68.75% from 255) = 28.55%

R = 41.27%
G = 30.18%
B = 28.55%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FDB9AF (or 0xFDB9AF) is known color: Melon. HEX triplet: FD, B9 and AF. RGB value is (253,185,175). Sum of RGB (Red+Green+Blue) = 253+185+175=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 185 (72.66% from 255 or 30.18% from 613); Blue value is 175 (68.75% from 255 or 28.55% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB9AF is #024650. Grayscale: #CCCCCC. Windows color (decimal): -149073 or 11516413. OLE color: 11516413.

HSL color Cylindrical-coordinate representation of color #FDB9AF: hue angle of 7.69º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FDB9AF is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 185 175 -
CMYK 0 0.27 0.31 0.01
HSL 7.69º 0.95% 0.84% -
HSV(B) 7.69º 0.31% 0.99% -
XYZ 65.59 58.68 48.43 -
YUV 204.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 253 185 175 0 0.27 0.31 0.01 7.69 0.95 0.84
Hex FD B9 AF 0 1B 1F 1 8 5F 54
Octal 375 271 257 0 33 37 1 10 137 124
Binary 11111101 10111001 10101111 0 11011 11111 1 1000 1011111 1010100

Color Harmonies of #FDB9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9AF

Black with #FDB9AF

Text Example


Text Example

White with #FDB9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9AF; }

 p { color: rgb(253,185,175); }

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

background-color css

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

 a { background-color: rgb(253,185,175); }

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

border-color css

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

 span { border-color: rgb(253,185,175); }

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