Html Css Color HEX #FDBEAA Melon

📋 copy color: '#FDBEAA'

red 253 ◦ green 190 ◦ blue 170

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

Shades of Melon #FDBEAA

Tints of Melon #FDBEAA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31%

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

R = 41.27%
G = 31%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FDBEAA (or 0xFDBEAA) is known color: Melon. HEX triplet: FD, BE and AA. RGB value is (253,190,170). Sum of RGB (Red+Green+Blue) = 253+190+170=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEAA is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEAA is #024155. Grayscale: #CECECE. Windows color (decimal): -147798 or 11190013. OLE color: 11190013.

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

Color convert

RGB 253 190 170 -
CMYK 0 0.25 0.33 0.01
HSL 14.46º 0.95% 0.83% -
HSV(B) 14.46º 0.33% 0.99% -
XYZ 66.18 60.61 46.24 -
YUV 206.56 107.37 161.13 -
System Red Green Blue C M Y K H S L
Decimal 253 190 170 0 0.25 0.33 0.01 14.46 0.95 0.83
Hex FD BE AA 0 19 21 1 E 5F 53
Octal 375 276 252 0 31 41 1 16 137 123
Binary 11111101 10111110 10101010 0 11001 100001 1 1110 1011111 1010011

Color Harmonies of #FDBEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEAA

Black with #FDBEAA

Text Example


Text Example

White with #FDBEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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