Html Css Color HEX #FDBEAC Melon

📋 copy color: '#FDBEAC'

red 253 ◦ green 190 ◦ blue 172

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

Shades of Melon #FDBEAC

Tints of Melon #FDBEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.97%

R = 41.14%
G = 30.89%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDBEAC (or 0xFDBEAC) is known color: Melon. HEX triplet: FD, BE and AC. RGB value is (253,190,172). Sum of RGB (Red+Green+Blue) = 253+190+172=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBEAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBEAC is #024153. Grayscale: #CECECE. Windows color (decimal): -147796 or 11321085. OLE color: 11321085.

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

Color convert

RGB 253 190 172 -
CMYK 0 0.25 0.32 0.01
HSL 13.33º 0.95% 0.83% -
HSV(B) 13.33º 0.32% 0.99% -
XYZ 66.37 60.69 47.25 -
YUV 206.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 253 190 172 0 0.25 0.32 0.01 13.33 0.95 0.83
Hex FD BE AC 0 19 20 1 D 5F 53
Octal 375 276 254 0 31 40 1 15 137 123
Binary 11111101 10111110 10101100 0 11001 100000 1 1101 1011111 1010011

Color Harmonies of #FDBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBEAC

Black with #FDBEAC

Text Example


Text Example

White with #FDBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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