Html Css Color HEX #FDB7A2 Melon

📋 copy color: '#FDB7A2'

red 253 ◦ green 183 ◦ blue 162

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

Shades of Melon #FDB7A2

Tints of Melon #FDB7A2

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.6%

 BLUE value IS 162 (63.67% from 255) = 27.09%

R = 42.31%
G = 30.6%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDB7A2 (or 0xFDB7A2) is known color: Melon. HEX triplet: FD, B7 and A2. RGB value is (253,183,162). Sum of RGB (Red+Green+Blue) = 253+183+162=598 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.31% from 598); Green value is 183 (71.88% from 255 or 30.60% from 598); Blue value is 162 (63.67% from 255 or 27.09% from 598); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB7A2 is #02485D. Grayscale: #C9C9C9. Windows color (decimal): -149598 or 10663933. OLE color: 10663933.

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

Color convert

RGB 253 183 162 -
CMYK 0 0.28 0.36 0.01
HSL 13.85º 0.96% 0.81% -
HSV(B) 13.85º 0.36% 0.99% -
XYZ 63.96 57.36 41.88 -
YUV 201.54 105.69 164.71 -
System Red Green Blue C M Y K H S L
Decimal 253 183 162 0 0.28 0.36 0.01 13.85 0.96 0.81
Hex FD B7 A2 0 1C 24 1 E 60 51
Octal 375 267 242 0 34 44 1 16 140 121
Binary 11111101 10110111 10100010 0 11100 100100 1 1110 1100000 1010001

Color Harmonies of #FDB7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7A2

Black with #FDB7A2

Text Example


Text Example

White with #FDB7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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