Html Css Color HEX #FCBCA6 Melon

📋 copy color: '#FCBCA6'

red 252 ◦ green 188 ◦ blue 166

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

Shades of Melon #FCBCA6

Tints of Melon #FCBCA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.39%

R = 41.58%
G = 31.02%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCBCA6 (or 0xFCBCA6) is known color: Melon. HEX triplet: FC, BC and A6. RGB value is (252,188,166). Sum of RGB (Red+Green+Blue) = 252+188+166=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 166 (65.23% from 255 or 27.39% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBCA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCBCA6 is #034359. Grayscale: #CCCCCC. Windows color (decimal): -213850 or 10927356. OLE color: 10927356.

HSL color Cylindrical-coordinate representation of color #FCBCA6: hue angle of 15.35º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FCBCA6 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 188 166 -
CMYK 0 0.25 0.34 0.01
HSL 15.35º 0.93% 0.82% -
HSV(B) 15.35º 0.34% 0.99% -
XYZ 65.01 59.42 44.12 -
YUV 204.63 106.2 161.79 -
System Red Green Blue C M Y K H S L
Decimal 252 188 166 0 0.25 0.34 0.01 15.35 0.93 0.82
Hex FC BC A6 0 19 22 1 F 5D 52
Octal 374 274 246 0 31 42 1 17 135 122
Binary 11111100 10111100 10100110 0 11001 100010 1 1111 1011101 1010010

Color Harmonies of #FCBCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCBCA6

Black with #FCBCA6

Text Example


Text Example

White with #FCBCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCBCA6; }

 p { color: rgb(252,188,166); }

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

background-color css

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

 a { background-color: rgb(252,188,166); }

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

border-color css

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

 span { border-color: rgb(252,188,166); }

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