Html Css Color HEX #FDB7AA Melon

📋 copy color: '#FDB7AA'

red 253 ◦ green 183 ◦ blue 170

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

Shades of Melon #FDB7AA

Tints of Melon #FDB7AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 28.05%

R = 41.75%
G = 30.2%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDB7AA (or 0xFDB7AA) is known color: Melon. HEX triplet: FD, B7 and AA. RGB value is (253,183,170). Sum of RGB (Red+Green+Blue) = 253+183+170=606 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.75% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7AA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB7AA is #024855. Grayscale: #CACACA. Windows color (decimal): -149590 or 11188221. OLE color: 11188221.

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

Color convert

RGB 253 183 170 -
CMYK 0 0.28 0.33 0.01
HSL 9.4º 0.95% 0.83% -
HSV(B) 9.4º 0.33% 0.99% -
XYZ 64.7 57.65 45.75 -
YUV 202.45 109.69 164.06 -
System Red Green Blue C M Y K H S L
Decimal 253 183 170 0 0.28 0.33 0.01 9.4 0.95 0.83
Hex FD B7 AA 0 1C 21 1 9 5F 53
Octal 375 267 252 0 34 41 1 11 137 123
Binary 11111101 10110111 10101010 0 11100 100001 1 1001 1011111 1010011

Color Harmonies of #FDB7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7AA

Black with #FDB7AA

Text Example


Text Example

White with #FDB7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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