Html Css Color HEX #FDB9B7 Melon

📋 copy color: '#FDB9B7'

red 253 ◦ green 185 ◦ blue 183

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

Shades of Melon #FDB9B7

Tints of Melon #FDB9B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 29.47%

R = 40.74%
G = 29.79%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FDB9B7 (or 0xFDB9B7) is known color: Melon. HEX triplet: FD, B9 and B7. RGB value is (253,185,183). Sum of RGB (Red+Green+Blue) = 253+185+183=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 185 (72.66% from 255 or 29.79% from 621); Blue value is 183 (71.88% from 255 or 29.47% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDB9B7 is #024648. Grayscale: #CDCDCD. Windows color (decimal): -149065 or 12040701. OLE color: 12040701.

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

Color convert

RGB 253 185 183 -
CMYK 0 0.27 0.28 0.01
HSL 1.71º 0.95% 0.85% -
HSV(B) 1.71º 0.28% 0.99% -
XYZ 66.4 59 52.69 -
YUV 205.1 115.53 162.16 -
System Red Green Blue C M Y K H S L
Decimal 253 185 183 0 0.27 0.28 0.01 1.71 0.95 0.85
Hex FD B9 B7 0 1B 1C 1 2 5F 55
Octal 375 271 267 0 33 34 1 2 137 125
Binary 11111101 10111001 10110111 0 11011 11100 1 10 1011111 1010101

Color Harmonies of #FDB9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9B7

Black with #FDB9B7

Text Example


Text Example

White with #FDB9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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