Html Css Color HEX #FDBCAC Melon

📋 copy color: '#FDBCAC'

red 253 ◦ green 188 ◦ blue 172

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

Shades of Melon #FDBCAC

Tints of Melon #FDBCAC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 30.67%

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

R = 41.27%
G = 30.67%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FDBCAC (or 0xFDBCAC) is known color: Melon. HEX triplet: FD, BC and AC. RGB value is (253,188,172). Sum of RGB (Red+Green+Blue) = 253+188+172=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 188 (73.83% from 255 or 30.67% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDBCAC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDBCAC is #024353. Grayscale: #CDCDCD. Windows color (decimal): -148308 or 11320573. OLE color: 11320573.

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

Color convert

RGB 253 188 172 -
CMYK 0 0.26 0.32 0.01
HSL 11.85º 0.95% 0.83% -
HSV(B) 11.85º 0.32% 0.99% -
XYZ 65.94 59.83 47.1 -
YUV 205.61 109.03 161.8 -
System Red Green Blue C M Y K H S L
Decimal 253 188 172 0 0.26 0.32 0.01 11.85 0.95 0.83
Hex FD BC AC 0 1A 20 1 C 5F 53
Octal 375 274 254 0 32 40 1 14 137 123
Binary 11111101 10111100 10101100 0 11010 100000 1 1100 1011111 1010011

Color Harmonies of #FDBCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDBCAC

Black with #FDBCAC

Text Example


Text Example

White with #FDBCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDBCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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