Html Css Color HEX #FCBDAB Melon

📋 copy color: '#FCBDAB'

red 252 ◦ green 189 ◦ blue 171

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

Shades of Melon #FCBDAB

Tints of Melon #FCBDAB

RGB

 RED value IS 252 (98.83% from 255) = 41.18%

 GREEN value IS 189 (74.22% from 255) = 30.88%

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

R = 41.18%
G = 30.88%
B = 27.94%

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

#FCBDAB (or 0xFCBDAB) is known color: Melon. HEX triplet: FC, BD and AB. RGB value is (252,189,171). Sum of RGB (Red+Green+Blue) = 252+189+171=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBDAB is #034254. Grayscale: #CDCDCD. Windows color (decimal): -213589 or 11255292. OLE color: 11255292.

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

Color convert

RGB 252 189 171 -
CMYK 0 0.25 0.32 0.01
HSL 13.33º 0.93% 0.83% -
HSV(B) 13.33º 0.32% 0.99% -
XYZ 65.69 60.03 46.65 -
YUV 205.79 108.37 160.96 -
System Red Green Blue C M Y K H S L
Decimal 252 189 171 0 0.25 0.32 0.01 13.33 0.93 0.83
Hex FC BD AB 0 19 20 1 D 5D 53
Octal 374 275 253 0 31 40 1 15 135 123
Binary 11111100 10111101 10101011 0 11001 100000 1 1101 1011101 1010011

Color Harmonies of #FCBDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBDAB

Black with #FCBDAB

Text Example


Text Example

White with #FCBDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBDAB; }

 p { color: rgb(252,189,171); }

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

background-color css

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

 a { background-color: rgb(252,189,171); }

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

border-color css

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

 span { border-color: rgb(252,189,171); }

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