Html Css Color HEX #FDB9A2 Melon

📋 copy color: '#FDB9A2'

red 253 ◦ green 185 ◦ blue 162

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

Shades of Melon #FDB9A2

Tints of Melon #FDB9A2

RGB

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

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

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

R = 42.17%
G = 30.83%
B = 27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#FDB9A2 (or 0xFDB9A2) is known color: Melon. HEX triplet: FD, B9 and A2. RGB value is (253,185,162). Sum of RGB (Red+Green+Blue) = 253+185+162=600 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.17% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 162 (63.67% from 255 or 27% from 600); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB9A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB9A2 is #02465D. Grayscale: #CACACA. Windows color (decimal): -149086 or 10664445. OLE color: 10664445.

HSL color Cylindrical-coordinate representation of color #FDB9A2: hue angle of 15.16º 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 #FDB9A2 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 185 162 -
CMYK 0 0.27 0.36 0.01
HSL 15.16º 0.96% 0.81% -
HSV(B) 15.16º 0.36% 0.99% -
XYZ 64.38 58.19 42.02 -
YUV 202.71 105.03 163.87 -
System Red Green Blue C M Y K H S L
Decimal 253 185 162 0 0.27 0.36 0.01 15.16 0.96 0.81
Hex FD B9 A2 0 1B 24 1 F 60 51
Octal 375 271 242 0 33 44 1 17 140 121
Binary 11111101 10111001 10100010 0 11011 100100 1 1111 1100000 1010001

Color Harmonies of #FDB9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB9A2

Black with #FDB9A2

Text Example


Text Example

White with #FDB9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB9A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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