Html Css Color HEX #FDC4B1 Melon

📋 copy color: '#FDC4B1'

red 253 ◦ green 196 ◦ blue 177

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

Shades of Melon #FDC4B1

Tints of Melon #FDC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.31%

 BLUE value IS 177 (69.53% from 255) = 28.27%

R = 40.42%
G = 31.31%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FDC4B1 (or 0xFDC4B1) is known color: Melon. HEX triplet: FD, C4 and B1. RGB value is (253,196,177). Sum of RGB (Red+Green+Blue) = 253+196+177=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 177 (69.53% from 255 or 28.27% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC4B1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC4B1 is #023B4E. Grayscale: #D3D3D3. Windows color (decimal): -146255 or 11650301. OLE color: 11650301.

HSL color Cylindrical-coordinate representation of color #FDC4B1: hue angle of 15º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FDC4B1 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 196 177 -
CMYK 0 0.23 0.30 0.01
HSL 15º 0.95% 0.84% -
HSV(B) 15º 0.3% 0.99% -
XYZ 68.18 63.54 50.27 -
YUV 210.88 108.88 158.04 -
System Red Green Blue C M Y K H S L
Decimal 253 196 177 0 0.23 0.30 0.01 15 0.95 0.84
Hex FD C4 B1 0 17 1E 1 F 5F 54
Octal 375 304 261 0 27 36 1 17 137 124
Binary 11111101 11000100 10110001 0 10111 11110 1 1111 1011111 1010100

Color Harmonies of #FDC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC4B1

Black with #FDC4B1

Text Example


Text Example

White with #FDC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC4B1; }

 p { color: rgb(253,196,177); }

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

background-color css

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

 a { background-color: rgb(253,196,177); }

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

border-color css

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

 span { border-color: rgb(253,196,177); }

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