Html Css Color HEX #FDB7AB Melon

📋 copy color: '#FDB7AB'

red 253 ◦ green 183 ◦ blue 171

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

Shades of Melon #FDB7AB

Tints of Melon #FDB7AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.17%

R = 41.68%
G = 30.15%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDB7AB (or 0xFDB7AB) is known color: Melon. HEX triplet: FD, B7 and AB. RGB value is (253,183,171). Sum of RGB (Red+Green+Blue) = 253+183+171=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB7AB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDB7AB is #024854. Grayscale: #CACACA. Windows color (decimal): -149589 or 11253757. OLE color: 11253757.

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

Color convert

RGB 253 183 171 -
CMYK 0 0.28 0.32 0.01
HSL 8.78º 0.95% 0.83% -
HSV(B) 8.78º 0.32% 0.99% -
XYZ 64.79 57.69 46.25 -
YUV 202.56 110.19 163.98 -
System Red Green Blue C M Y K H S L
Decimal 253 183 171 0 0.28 0.32 0.01 8.78 0.95 0.83
Hex FD B7 AB 0 1C 20 1 9 5F 53
Octal 375 267 253 0 34 40 1 11 137 123
Binary 11111101 10110111 10101011 0 11100 100000 1 1001 1011111 1010011

Color Harmonies of #FDB7AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB7AB

Black with #FDB7AB

Text Example


Text Example

White with #FDB7AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB7AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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